Html Css Color HEX #A68002 Dark Goldenrod

📋 copy color: '#A68002'

red 166 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #A68002

Tints of Dark Goldenrod #A68002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.24%

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

R = 56.08%
G = 43.24%
B = 0.68%

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

#A68002 (or 0xA68002) is known color: Dark Goldenrod. HEX triplet: A6, 80 and 02. RGB value is (166,128,2). Sum of RGB (Red+Green+Blue) = 166+128+2=296 (39% of max value = 765). Red value is 166 (65.23% from 255 or 56.08% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 166 - color contains mainly: red. Hex color #A68002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68002 is #597FFD. Grayscale: #7D7D7D. Windows color (decimal): -5865470 or 164006. OLE color: 164006.

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

Color convert

RGB 166 128 2 -
CMYK 0 0.23 0.99 0.35
HSL 46.1º 0.98% 0.33% -
HSV(B) 46.1º 0.99% 0.65% -
XYZ 23.46 23.55 3.37 -
YUV 125 58.59 157.25 -
System Red Green Blue C M Y K H S L
Decimal 166 128 2 0 0.23 0.99 0.35 46.1 0.98 0.33
Hex A6 80 2 0 17 63 23 2E 62 21
Octal 246 200 2 0 27 143 43 56 142 41
Binary 10100110 10000000 10 0 10111 1100011 100011 101110 1100010 100001

Color Harmonies of #A68002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68002

Black with #A68002

Text Example


Text Example

White with #A68002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68002; }

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

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

background-color css

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

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

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

border-color css

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

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

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