Html Css Color HEX #A68404 Dark Goldenrod

📋 copy color: '#A68404'

red 166 ◦ green 132 ◦ blue 4

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

Shades of Dark Goldenrod #A68404

Tints of Dark Goldenrod #A68404

RGB

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

 GREEN value IS 132 (51.95% from 255) = 43.71%

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

R = 54.97%
G = 43.71%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A68404 (or 0xA68404) is known color: Dark Goldenrod. HEX triplet: A6, 84 and 04. RGB value is (166,132,4). Sum of RGB (Red+Green+Blue) = 166+132+4=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A68404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68404 is #597BFB. Grayscale: #808080. Windows color (decimal): -5864444 or 296102. OLE color: 296102.

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

Color convert

RGB 166 132 4 -
CMYK 0 0.20 0.98 0.35
HSL 47.41º 0.95% 0.33% -
HSV(B) 47.41º 0.98% 0.65% -
XYZ 24 24.62 3.6 -
YUV 127.57 58.26 155.41 -
System Red Green Blue C M Y K H S L
Decimal 166 132 4 0 0.20 0.98 0.35 47.41 0.95 0.33
Hex A6 84 4 0 14 62 23 2F 5F 21
Octal 246 204 4 0 24 142 43 57 137 41
Binary 10100110 10000100 100 0 10100 1100010 100011 101111 1011111 100001

Color Harmonies of #A68404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68404

Black with #A68404

Text Example


Text Example

White with #A68404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68404; }

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

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

background-color css

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

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

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

border-color css

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

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

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