Html Css Color HEX #A68502 Dark Goldenrod

📋 copy color: '#A68502'

red 166 ◦ green 133 ◦ blue 2

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

Shades of Dark Goldenrod #A68502

Tints of Dark Goldenrod #A68502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.19%

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

R = 55.15%
G = 44.19%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A68502 (or 0xA68502) is known color: Dark Goldenrod. HEX triplet: A6, 85 and 02. RGB value is (166,133,2). Sum of RGB (Red+Green+Blue) = 166+133+2=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A68502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68502 is #597AFD. Grayscale: #808080. Windows color (decimal): -5864190 or 165286. OLE color: 165286.

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

Color convert

RGB 166 133 2 -
CMYK 0 0.20 0.99 0.35
HSL 47.93º 0.98% 0.33% -
HSV(B) 47.93º 0.99% 0.65% -
XYZ 24.12 24.89 3.59 -
YUV 127.93 56.93 155.15 -
System Red Green Blue C M Y K H S L
Decimal 166 133 2 0 0.20 0.99 0.35 47.93 0.98 0.33
Hex A6 85 2 0 14 63 23 30 62 21
Octal 246 205 2 0 24 143 43 60 142 41
Binary 10100110 10000101 10 0 10100 1100011 100011 110000 1100010 100001

Color Harmonies of #A68502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68502

Black with #A68502

Text Example


Text Example

White with #A68502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68502; }

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

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

background-color css

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

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

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

border-color css

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

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

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