Html Css Color HEX #A58B31 Reef Gold

📋 copy color: '#A58B31'

red 165 ◦ green 139 ◦ blue 49

#A58B31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #A58B31

Tints of Reef Gold #A58B31

RGB

 RED value IS 165 (64.84% from 255) = 46.74%

 GREEN value IS 139 (54.69% from 255) = 39.38%

 BLUE value IS 49 (19.53% from 255) = 13.88%

R = 46.74%
G = 39.38%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A58B31 (or 0xA58B31) is known color: Reef Gold. HEX triplet: A5, 8B and 31. RGB value is (165,139,49). Sum of RGB (Red+Green+Blue) = 165+139+49=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 139 (54.69% from 255 or 39.38% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A58B31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58B31 is #5A74CE. Grayscale: #888888. Windows color (decimal): -5928143 or 3247013. OLE color: 3247013.

HSL color Cylindrical-coordinate representation of color #A58B31: hue angle of 46.55º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A58B31 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 139 49 -
CMYK 0 0.16 0.70 0.35
HSL 46.55º 0.54% 0.42% -
HSV(B) 46.55º 0.7% 0.65% -
XYZ 25.3 26.69 6.72 -
YUV 136.51 78.61 148.32 -
System Red Green Blue C M Y K H S L
Decimal 165 139 49 0 0.16 0.70 0.35 46.55 0.54 0.42
Hex A5 8B 31 0 10 46 23 2F 36 2A
Octal 245 213 61 0 20 106 43 57 66 52
Binary 10100101 10001011 110001 0 10000 1000110 100011 101111 110110 101010

Color Harmonies of #A58B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58B31

Black with #A58B31

Text Example


Text Example

White with #A58B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58B31; }

 p { color: rgb(165,139,49); }

 H1.HeaderClassName
 {
   color: #A58B31;
 }
 .AnyTagClassName
 {
   color: #A58B31;
 }
</style>

background-color css

<style>
 a { background-color: #A58B31; }

 a { background-color: rgb(165,139,49); }

 div.DivClassName
 {
   background-color: #A58B31;
 }
 .BgClassName
 {
   background-color: #A58B31;
 }
</style>

border-color css

<style>
 span { border-color: #A58B31; }

 span { border-color: rgb(165,139,49); }

 td.TdClassName
 {
   border-color: #A58B31;
 }
 .TagClassName
 {
   border-color: #A58B31;
 }
</style>