Html Css Color HEX #A68710 Dark Goldenrod

📋 copy color: '#A68710'

red 166 ◦ green 135 ◦ blue 16

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

Shades of Dark Goldenrod #A68710

Tints of Dark Goldenrod #A68710

RGB

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

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

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

R = 52.37%
G = 42.59%
B = 5.05%

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

#A68710 (or 0xA68710) is known color: Dark Goldenrod. HEX triplet: A6, 87 and 10. RGB value is (166,135,16). Sum of RGB (Red+Green+Blue) = 166+135+16=317 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.37% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 166 - color contains mainly: red. Hex color #A68710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68710 is #5978EF. Grayscale: #838383. Windows color (decimal): -5863664 or 1083302. OLE color: 1083302.

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

Color convert

RGB 166 135 16 -
CMYK 0 0.19 0.90 0.35
HSL 47.6º 0.82% 0.36% -
HSV(B) 47.6º 0.9% 0.65% -
XYZ 24.48 25.47 4.12 -
YUV 130.7 63.27 153.18 -
System Red Green Blue C M Y K H S L
Decimal 166 135 16 0 0.19 0.90 0.35 47.6 0.82 0.36
Hex A6 87 10 0 13 5A 23 30 52 24
Octal 246 207 20 0 23 132 43 60 122 44
Binary 10100110 10000111 10000 0 10011 1011010 100011 110000 1010010 100100

Color Harmonies of #A68710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68710

Black with #A68710

Text Example


Text Example

White with #A68710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68710; }

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

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

background-color css

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

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

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

border-color css

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

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

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