Html Css Color HEX #A68610 Dark Goldenrod

📋 copy color: '#A68610'

red 166 ◦ green 134 ◦ blue 16

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

Shades of Dark Goldenrod #A68610

Tints of Dark Goldenrod #A68610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.06%

R = 52.53%
G = 42.41%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A68610 (or 0xA68610) is known color: Dark Goldenrod. HEX triplet: A6, 86 and 10. RGB value is (166,134,16). Sum of RGB (Red+Green+Blue) = 166+134+16=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A68610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68610 is #5979EF. Grayscale: #828282. Windows color (decimal): -5863920 or 1083046. OLE color: 1083046.

HSL color Cylindrical-coordinate representation of color #A68610: hue angle of 47.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A68610 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 134 16 -
CMYK 0 0.19 0.90 0.35
HSL 47.2º 0.82% 0.36% -
HSV(B) 47.2º 0.9% 0.65% -
XYZ 24.34 25.19 4.07 -
YUV 130.12 63.6 153.59 -
System Red Green Blue C M Y K H S L
Decimal 166 134 16 0 0.19 0.90 0.35 47.2 0.82 0.36
Hex A6 86 10 0 13 5A 23 2F 52 24
Octal 246 206 20 0 23 132 43 57 122 44
Binary 10100110 10000110 10000 0 10011 1011010 100011 101111 1010010 100100

Color Harmonies of #A68610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68610

Black with #A68610

Text Example


Text Example

White with #A68610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68610; }

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

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

background-color css

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

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

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

border-color css

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

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

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