Html Css Color HEX #A78102 Dark Goldenrod

📋 copy color: '#A78102'

red 167 ◦ green 129 ◦ blue 2

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

Shades of Dark Goldenrod #A78102

Tints of Dark Goldenrod #A78102

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.29%

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

R = 56.04%
G = 43.29%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A78102 (or 0xA78102) is known color: Dark Goldenrod. HEX triplet: A7, 81 and 02. RGB value is (167,129,2). Sum of RGB (Red+Green+Blue) = 167+129+2=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A78102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78102 is #587EFD. Grayscale: #7E7E7E. Windows color (decimal): -5799678 or 164263. OLE color: 164263.

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

Color convert

RGB 167 129 2 -
CMYK 0 0.23 0.99 0.35
HSL 46.18º 0.98% 0.33% -
HSV(B) 46.18º 0.99% 0.65% -
XYZ 23.8 23.92 3.42 -
YUV 125.88 58.09 157.33 -
System Red Green Blue C M Y K H S L
Decimal 167 129 2 0 0.23 0.99 0.35 46.18 0.98 0.33
Hex A7 81 2 0 17 63 23 2E 62 21
Octal 247 201 2 0 27 143 43 56 142 41
Binary 10100111 10000001 10 0 10111 1100011 100011 101110 1100010 100001

Color Harmonies of #A78102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78102

Black with #A78102

Text Example


Text Example

White with #A78102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78102; }

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

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

background-color css

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

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

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

border-color css

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

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

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