Html Css Color HEX #A59A32 Reef Gold

📋 copy color: '#A59A32'

red 165 ◦ green 154 ◦ blue 50

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

Shades of Reef Gold #A59A32

Tints of Reef Gold #A59A32

RGB

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

 GREEN value IS 154 (60.55% from 255) = 41.73%

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

R = 44.72%
G = 41.73%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A59A32 (or 0xA59A32) is known color: Reef Gold. HEX triplet: A5, 9A and 32. RGB value is (165,154,50). Sum of RGB (Red+Green+Blue) = 165+154+50=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 154 (60.55% from 255 or 41.73% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 165 - color contains mainly: red. Hex color #A59A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59A32 is #5A65CD. Grayscale: #919191. Windows color (decimal): -5924302 or 3316389. OLE color: 3316389.

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

Color convert

RGB 165 154 50 -
CMYK 0 0.07 0.70 0.35
HSL 54.26º 0.53% 0.42% -
HSV(B) 54.26º 0.7% 0.65% -
XYZ 27.65 31.34 7.61 -
YUV 145.43 74.14 141.96 -
System Red Green Blue C M Y K H S L
Decimal 165 154 50 0 0.07 0.70 0.35 54.26 0.53 0.42
Hex A5 9A 32 0 7 46 23 36 35 2A
Octal 245 232 62 0 7 106 43 66 65 52
Binary 10100101 10011010 110010 0 111 1000110 100011 110110 110101 101010

Color Harmonies of #A59A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59A32

Black with #A59A32

Text Example


Text Example

White with #A59A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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