Html Css Color HEX #A47502 Dark Goldenrod

📋 copy color: '#A47502'

red 164 ◦ green 117 ◦ blue 2

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

Shades of Dark Goldenrod #A47502

Tints of Dark Goldenrod #A47502

RGB

 RED value IS 164 (64.45% from 255) = 57.95%

 GREEN value IS 117 (46.09% from 255) = 41.34%

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 57.95%
G = 41.34%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A47502 (or 0xA47502) is known color: Dark Goldenrod. HEX triplet: A4, 75 and 02. RGB value is (164,117,2). Sum of RGB (Red+Green+Blue) = 164+117+2=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A47502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47502 is #5B8AFD. Grayscale: #767676. Windows color (decimal): -5999358 or 161188. OLE color: 161188.

HSL color Cylindrical-coordinate representation of color #A47502: hue angle of 42.59º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A47502 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 117 2 -
CMYK 0 0.29 0.99 0.36
HSL 42.59º 0.98% 0.33% -
HSV(B) 42.59º 0.99% 0.64% -
XYZ 21.68 20.62 2.89 -
YUV 117.94 62.57 160.85 -
System Red Green Blue C M Y K H S L
Decimal 164 117 2 0 0.29 0.99 0.36 42.59 0.98 0.33
Hex A4 75 2 0 1D 63 24 2B 62 21
Octal 244 165 2 0 35 143 44 53 142 41
Binary 10100100 1110101 10 0 11101 1100011 100100 101011 1100010 100001

Color Harmonies of #A47502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47502

Black with #A47502

Text Example


Text Example

White with #A47502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47502; }

 p { color: rgb(164,117,2); }

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

background-color css

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

 a { background-color: rgb(164,117,2); }

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

border-color css

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

 span { border-color: rgb(164,117,2); }

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