Html Css Color HEX #A68508 Dark Goldenrod

📋 copy color: '#A68508'

red 166 ◦ green 133 ◦ blue 8

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

Shades of Dark Goldenrod #A68508

Tints of Dark Goldenrod #A68508

RGB

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

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

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

R = 54.07%
G = 43.32%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A68508 (or 0xA68508) is known color: Dark Goldenrod. HEX triplet: A6, 85 and 08. RGB value is (166,133,8). Sum of RGB (Red+Green+Blue) = 166+133+8=307 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.07% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 166 - color contains mainly: red. Hex color #A68508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68508 is #597AF7. Grayscale: #818181. Windows color (decimal): -5864184 or 558502. OLE color: 558502.

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

Color convert

RGB 166 133 8 -
CMYK 0 0.20 0.95 0.35
HSL 47.47º 0.91% 0.34% -
HSV(B) 47.47º 0.95% 0.65% -
XYZ 24.16 24.9 3.76 -
YUV 128.62 59.93 154.66 -
System Red Green Blue C M Y K H S L
Decimal 166 133 8 0 0.20 0.95 0.35 47.47 0.91 0.34
Hex A6 85 8 0 14 5F 23 2F 5B 22
Octal 246 205 10 0 24 137 43 57 133 42
Binary 10100110 10000101 1000 0 10100 1011111 100011 101111 1011011 100010

Color Harmonies of #A68508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68508

Black with #A68508

Text Example


Text Example

White with #A68508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68508; }

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

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

background-color css

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

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

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

border-color css

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

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

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