Html Css Color HEX #A59D32 Reef Gold

📋 copy color: '#A59D32'

red 165 ◦ green 157 ◦ blue 50

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

Shades of Reef Gold #A59D32

Tints of Reef Gold #A59D32

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.2%

 BLUE value IS 50 (19.92% from 255) = 13.44%

R = 44.35%
G = 42.2%
B = 13.44%

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

#A59D32 (or 0xA59D32) is known color: Reef Gold. HEX triplet: A5, 9D and 32. RGB value is (165,157,50). Sum of RGB (Red+Green+Blue) = 165+157+50=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59D32 is #5A62CD. Grayscale: #939393. Windows color (decimal): -5923534 or 3317157. OLE color: 3317157.

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

Color convert

RGB 165 157 50 -
CMYK 0 0.05 0.70 0.35
HSL 55.83º 0.53% 0.42% -
HSV(B) 55.83º 0.7% 0.65% -
XYZ 28.15 32.34 7.78 -
YUV 147.19 73.15 140.7 -
System Red Green Blue C M Y K H S L
Decimal 165 157 50 0 0.05 0.70 0.35 55.83 0.53 0.42
Hex A5 9D 32 0 5 46 23 38 35 2A
Octal 245 235 62 0 5 106 43 70 65 52
Binary 10100101 10011101 110010 0 101 1000110 100011 111000 110101 101010

Color Harmonies of #A59D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59D32

Black with #A59D32

Text Example


Text Example

White with #A59D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59D32; }

 p { color: rgb(165,157,50); }

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

background-color css

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

 a { background-color: rgb(165,157,50); }

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

border-color css

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

 span { border-color: rgb(165,157,50); }

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