Html Css Color HEX #A6890B Dark Goldenrod

📋 copy color: '#A6890B'

red 166 ◦ green 137 ◦ blue 11

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

Shades of Dark Goldenrod #A6890B

Tints of Dark Goldenrod #A6890B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.5%

R = 52.87%
G = 43.63%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6890B (or 0xA6890B) is known color: Dark Goldenrod. HEX triplet: A6, 89 and 0B. RGB value is (166,137,11). Sum of RGB (Red+Green+Blue) = 166+137+11=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A6890B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6890B is #5976F4. Grayscale: #838383. Windows color (decimal): -5863157 or 756134. OLE color: 756134.

HSL color Cylindrical-coordinate representation of color #A6890B: hue angle of 48.77º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6890B is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 137 11 -
CMYK 0 0.17 0.93 0.35
HSL 48.77º 0.88% 0.35% -
HSV(B) 48.77º 0.93% 0.65% -
XYZ 24.73 26.02 4.04 -
YUV 131.31 60.11 152.75 -
System Red Green Blue C M Y K H S L
Decimal 166 137 11 0 0.17 0.93 0.35 48.77 0.88 0.35
Hex A6 89 B 0 11 5D 23 31 58 23
Octal 246 211 13 0 21 135 43 61 130 43
Binary 10100110 10001001 1011 0 10001 1011101 100011 110001 1011000 100011

Color Harmonies of #A6890B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6890B

Black with #A6890B

Text Example


Text Example

White with #A6890B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6890B; }

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

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

background-color css

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

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

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

border-color css

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

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

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