Html Css Color HEX #A59C31 Reef Gold

📋 copy color: '#A59C31'

red 165 ◦ green 156 ◦ blue 49

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

Shades of Reef Gold #A59C31

Tints of Reef Gold #A59C31

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.16%

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

R = 44.59%
G = 42.16%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A59C31 (or 0xA59C31) is known color: Reef Gold. HEX triplet: A5, 9C and 31. RGB value is (165,156,49). Sum of RGB (Red+Green+Blue) = 165+156+49=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 49 (19.53% from 255 or 13.24% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59C31 is #5A63CE. Grayscale: #929292. Windows color (decimal): -5923791 or 3251365. OLE color: 3251365.

HSL color Cylindrical-coordinate representation of color #A59C31: hue angle of 55.34º 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 #A59C31 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 156 49 -
CMYK 0 0.05 0.70 0.35
HSL 55.34º 0.54% 0.42% -
HSV(B) 55.34º 0.7% 0.65% -
XYZ 27.96 32 7.61 -
YUV 146.49 72.98 141.2 -
System Red Green Blue C M Y K H S L
Decimal 165 156 49 0 0.05 0.70 0.35 55.34 0.54 0.42
Hex A5 9C 31 0 5 46 23 37 36 2A
Octal 245 234 61 0 5 106 43 67 66 52
Binary 10100101 10011100 110001 0 101 1000110 100011 110111 110110 101010

Color Harmonies of #A59C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59C31

Black with #A59C31

Text Example


Text Example

White with #A59C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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