Html Css Color HEX #A68708 Dark Goldenrod

📋 copy color: '#A68708'

red 166 ◦ green 135 ◦ blue 8

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

Shades of Dark Goldenrod #A68708

Tints of Dark Goldenrod #A68708

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.69%

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

R = 53.72%
G = 43.69%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A68708 (or 0xA68708) is known color: Dark Goldenrod. HEX triplet: A6, 87 and 08. RGB value is (166,135,8). Sum of RGB (Red+Green+Blue) = 166+135+8=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 8 (3.52% from 255 or 2.59% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A68708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68708 is #5978F7. Grayscale: #828282. Windows color (decimal): -5863672 or 559014. OLE color: 559014.

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

Color convert

RGB 166 135 8 -
CMYK 0 0.19 0.95 0.35
HSL 48.23º 0.91% 0.34% -
HSV(B) 48.23º 0.95% 0.65% -
XYZ 24.43 25.45 3.85 -
YUV 129.79 59.27 153.83 -
System Red Green Blue C M Y K H S L
Decimal 166 135 8 0 0.19 0.95 0.35 48.23 0.91 0.34
Hex A6 87 8 0 13 5F 23 30 5B 22
Octal 246 207 10 0 23 137 43 60 133 42
Binary 10100110 10000111 1000 0 10011 1011111 100011 110000 1011011 100010

Color Harmonies of #A68708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68708

Black with #A68708

Text Example


Text Example

White with #A68708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68708; }

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

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

background-color css

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

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

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

border-color css

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

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

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