Html Css Color HEX #A67802 Dark Goldenrod

📋 copy color: '#A67802'

red 166 ◦ green 120 ◦ blue 2

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

Shades of Dark Goldenrod #A67802

Tints of Dark Goldenrod #A67802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.67%

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

R = 57.64%
G = 41.67%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A67802 (or 0xA67802) is known color: Dark Goldenrod. HEX triplet: A6, 78 and 02. RGB value is (166,120,2). Sum of RGB (Red+Green+Blue) = 166+120+2=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 120 (47.27% from 255 or 41.67% from 288); Blue value is 2 (1.17% from 255 or 0.69% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A67802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A67802 is #5987FD. Grayscale: #787878. Windows color (decimal): -5867518 or 161958. OLE color: 161958.

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

Color convert

RGB 166 120 2 -
CMYK 0 0.28 0.99 0.35
HSL 43.17º 0.98% 0.33% -
HSV(B) 43.17º 0.99% 0.65% -
XYZ 22.45 21.54 3.03 -
YUV 120.3 61.24 160.59 -
System Red Green Blue C M Y K H S L
Decimal 166 120 2 0 0.28 0.99 0.35 43.17 0.98 0.33
Hex A6 78 2 0 1C 63 23 2B 62 21
Octal 246 170 2 0 34 143 43 53 142 41
Binary 10100110 1111000 10 0 11100 1100011 100011 101011 1100010 100001

Color Harmonies of #A67802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67802

Black with #A67802

Text Example


Text Example

White with #A67802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67802; }

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

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

background-color css

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

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

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

border-color css

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

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

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