Html Css Color HEX #A59D34 Reef Gold

📋 copy color: '#A59D34'

red 165 ◦ green 157 ◦ blue 52

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

Shades of Reef Gold #A59D34

Tints of Reef Gold #A59D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.9%

R = 44.12%
G = 41.98%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A59D34 (or 0xA59D34) is known color: Reef Gold. HEX triplet: A5, 9D and 34. RGB value is (165,157,52). Sum of RGB (Red+Green+Blue) = 165+157+52=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59D34 is #5A62CB. Grayscale: #939393. Windows color (decimal): -5923532 or 3448229. OLE color: 3448229.

HSL color Cylindrical-coordinate representation of color #A59D34: hue angle of 55.75º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A59D34 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 157 52 -
CMYK 0 0.05 0.68 0.35
HSL 55.75º 0.52% 0.43% -
HSV(B) 55.75º 0.68% 0.65% -
XYZ 28.19 32.36 8.01 -
YUV 147.42 74.15 140.54 -
System Red Green Blue C M Y K H S L
Decimal 165 157 52 0 0.05 0.68 0.35 55.75 0.52 0.43
Hex A5 9D 34 0 5 44 23 38 34 2B
Octal 245 235 64 0 5 104 43 70 64 53
Binary 10100101 10011101 110100 0 101 1000100 100011 111000 110100 101011

Color Harmonies of #A59D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59D34

Black with #A59D34

Text Example


Text Example

White with #A59D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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