Html Css Color HEX #A78402 Dark Goldenrod

📋 copy color: '#A78402'

red 167 ◦ green 132 ◦ blue 2

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

Shades of Dark Goldenrod #A78402

Tints of Dark Goldenrod #A78402

RGB

 RED value IS 167 (65.63% from 255) = 55.48%

 GREEN value IS 132 (51.95% from 255) = 43.85%

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

R = 55.48%
G = 43.85%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A78402 (or 0xA78402) is known color: Dark Goldenrod. HEX triplet: A7, 84 and 02. RGB value is (167,132,2). Sum of RGB (Red+Green+Blue) = 167+132+2=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A78402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78402 is #587BFD. Grayscale: #808080. Windows color (decimal): -5798910 or 165031. OLE color: 165031.

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

Color convert

RGB 167 132 2 -
CMYK 0 0.21 0.99 0.35
HSL 47.27º 0.98% 0.33% -
HSV(B) 47.27º 0.99% 0.65% -
XYZ 24.2 24.72 3.55 -
YUV 127.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 167 132 2 0 0.21 0.99 0.35 47.27 0.98 0.33
Hex A7 84 2 0 15 63 23 2F 62 21
Octal 247 204 2 0 25 143 43 57 142 41
Binary 10100111 10000100 10 0 10101 1100011 100011 101111 1100010 100001

Color Harmonies of #A78402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78402

Black with #A78402

Text Example


Text Example

White with #A78402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78402; }

 p { color: rgb(167,132,2); }

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

background-color css

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

 a { background-color: rgb(167,132,2); }

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

border-color css

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

 span { border-color: rgb(167,132,2); }

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