Html Css Color HEX #A68604 Dark Goldenrod

📋 copy color: '#A68604'

red 166 ◦ green 134 ◦ blue 4

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

Shades of Dark Goldenrod #A68604

Tints of Dark Goldenrod #A68604

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.08%

 BLUE value IS 4 (1.95% from 255) = 1.32%

R = 54.61%
G = 44.08%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A68604 (or 0xA68604) is known color: Dark Goldenrod. HEX triplet: A6, 86 and 04. RGB value is (166,134,4). Sum of RGB (Red+Green+Blue) = 166+134+4=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A68604 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68604 is #5979FB. Grayscale: #818181. Windows color (decimal): -5863932 or 296614. OLE color: 296614.

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

Color convert

RGB 166 134 4 -
CMYK 0 0.19 0.98 0.35
HSL 48.15º 0.95% 0.33% -
HSV(B) 48.15º 0.98% 0.65% -
XYZ 24.27 25.17 3.69 -
YUV 128.75 57.6 154.57 -
System Red Green Blue C M Y K H S L
Decimal 166 134 4 0 0.19 0.98 0.35 48.15 0.95 0.33
Hex A6 86 4 0 13 62 23 30 5F 21
Octal 246 206 4 0 23 142 43 60 137 41
Binary 10100110 10000110 100 0 10011 1100010 100011 110000 1011111 100001

Color Harmonies of #A68604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68604

Black with #A68604

Text Example


Text Example

White with #A68604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68604; }

 p { color: rgb(166,134,4); }

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

background-color css

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

 a { background-color: rgb(166,134,4); }

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

border-color css

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

 span { border-color: rgb(166,134,4); }

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