Html Css Color HEX #A68911 Dark Goldenrod

📋 copy color: '#A68911'

red 166 ◦ green 137 ◦ blue 17

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

Shades of Dark Goldenrod #A68911

Tints of Dark Goldenrod #A68911

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.81%

 BLUE value IS 17 (7.03% from 255) = 5.31%

R = 51.88%
G = 42.81%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.35

RGB Variations

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

Color information

#A68911 (or 0xA68911) is known color: Dark Goldenrod. HEX triplet: A6, 89 and 11. RGB value is (166,137,17). Sum of RGB (Red+Green+Blue) = 166+137+17=320 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.88% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 166 - color contains mainly: red. Hex color #A68911 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A68911 is #5976EE. Grayscale: #848484. Windows color (decimal): -5863151 or 1149350. OLE color: 1149350.

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

Color convert

RGB 166 137 17 -
CMYK 0 0.17 0.90 0.35
HSL 48.32º 0.81% 0.36% -
HSV(B) 48.32º 0.9% 0.65% -
XYZ 24.77 26.04 4.25 -
YUV 131.99 63.11 152.26 -
System Red Green Blue C M Y K H S L
Decimal 166 137 17 0 0.17 0.90 0.35 48.32 0.81 0.36
Hex A6 89 11 0 11 5A 23 30 51 24
Octal 246 211 21 0 21 132 43 60 121 44
Binary 10100110 10001001 10001 0 10001 1011010 100011 110000 1010001 100100

Color Harmonies of #A68911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68911

Black with #A68911

Text Example


Text Example

White with #A68911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68911; }

 p { color: rgb(166,137,17); }

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

background-color css

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

 a { background-color: rgb(166,137,17); }

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

border-color css

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

 span { border-color: rgb(166,137,17); }

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