Html Css Color HEX #A68C08 Dark Goldenrod

📋 copy color: '#A68C08'

red 166 ◦ green 140 ◦ blue 8

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

Shades of Dark Goldenrod #A68C08

Tints of Dark Goldenrod #A68C08

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.59%

 BLUE value IS 8 (3.52% from 255) = 2.55%

R = 52.87%
G = 44.59%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A68C08 (or 0xA68C08) is known color: Dark Goldenrod. HEX triplet: A6, 8C and 08. RGB value is (166,140,8). Sum of RGB (Red+Green+Blue) = 166+140+8=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A68C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68C08 is #5973F7. Grayscale: #858585. Windows color (decimal): -5862392 or 560294. OLE color: 560294.

HSL color Cylindrical-coordinate representation of color #A68C08: hue angle of 50.13º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A68C08 is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 140 8 -
CMYK 0 0.16 0.95 0.35
HSL 50.13º 0.91% 0.34% -
HSV(B) 50.13º 0.95% 0.65% -
XYZ 25.15 26.88 4.09 -
YUV 132.73 57.61 151.73 -
System Red Green Blue C M Y K H S L
Decimal 166 140 8 0 0.16 0.95 0.35 50.13 0.91 0.34
Hex A6 8C 8 0 10 5F 23 32 5B 22
Octal 246 214 10 0 20 137 43 62 133 42
Binary 10100110 10001100 1000 0 10000 1011111 100011 110010 1011011 100010

Color Harmonies of #A68C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68C08

Black with #A68C08

Text Example


Text Example

White with #A68C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68C08; }

 p { color: rgb(166,140,8); }

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

background-color css

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

 a { background-color: rgb(166,140,8); }

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

border-color css

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

 span { border-color: rgb(166,140,8); }

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