Html Css Color HEX #A68802 Dark Goldenrod

📋 copy color: '#A68802'

red 166 ◦ green 136 ◦ blue 2

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

Shades of Dark Goldenrod #A68802

Tints of Dark Goldenrod #A68802

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.74%

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

R = 54.61%
G = 44.74%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A68802 (or 0xA68802) is known color: Dark Goldenrod. HEX triplet: A6, 88 and 02. RGB value is (166,136,2). Sum of RGB (Red+Green+Blue) = 166+136+2=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A68802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68802 is #5977FD. Grayscale: #828282. Windows color (decimal): -5863422 or 166054. OLE color: 166054.

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

Color convert

RGB 166 136 2 -
CMYK 0 0.18 0.99 0.35
HSL 49.02º 0.98% 0.33% -
HSV(B) 49.02º 0.99% 0.65% -
XYZ 24.54 25.72 3.73 -
YUV 129.69 55.94 153.9 -
System Red Green Blue C M Y K H S L
Decimal 166 136 2 0 0.18 0.99 0.35 49.02 0.98 0.33
Hex A6 88 2 0 12 63 23 31 62 21
Octal 246 210 2 0 22 143 43 61 142 41
Binary 10100110 10001000 10 0 10010 1100011 100011 110001 1100010 100001

Color Harmonies of #A68802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68802

Black with #A68802

Text Example


Text Example

White with #A68802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68802; }

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

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

background-color css

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

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

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

border-color css

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

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

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