Html Css Color HEX #A67602 Dark Goldenrod

📋 copy color: '#A67602'

red 166 ◦ green 118 ◦ blue 2

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

Shades of Dark Goldenrod #A67602

Tints of Dark Goldenrod #A67602

RGB

 RED value IS 166 (65.23% from 255) = 58.04%

 GREEN value IS 118 (46.48% from 255) = 41.26%

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

R = 58.04%
G = 41.26%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A67602 (or 0xA67602) is known color: Dark Goldenrod. HEX triplet: A6, 76 and 02. RGB value is (166,118,2). Sum of RGB (Red+Green+Blue) = 166+118+2=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A67602 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67602 is #5989FD. Grayscale: #777777. Windows color (decimal): -5868030 or 161446. OLE color: 161446.

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

Color convert

RGB 166 118 2 -
CMYK 0 0.29 0.99 0.35
HSL 42.44º 0.98% 0.33% -
HSV(B) 42.44º 0.99% 0.65% -
XYZ 22.22 21.07 2.95 -
YUV 119.13 61.9 161.43 -
System Red Green Blue C M Y K H S L
Decimal 166 118 2 0 0.29 0.99 0.35 42.44 0.98 0.33
Hex A6 76 2 0 1D 63 23 2A 62 21
Octal 246 166 2 0 35 143 43 52 142 41
Binary 10100110 1110110 10 0 11101 1100011 100011 101010 1100010 100001

Color Harmonies of #A67602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67602

Black with #A67602

Text Example


Text Example

White with #A67602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67602; }

 p { color: rgb(166,118,2); }

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

background-color css

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

 a { background-color: rgb(166,118,2); }

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

border-color css

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

 span { border-color: rgb(166,118,2); }

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