Html Css Color HEX #AB850E Dark Goldenrod

📋 copy color: '#AB850E'

red 171 ◦ green 133 ◦ blue 14

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

Shades of Dark Goldenrod #AB850E

Tints of Dark Goldenrod #AB850E

RGB

 RED value IS 171 (67.19% from 255) = 53.77%

 GREEN value IS 133 (52.34% from 255) = 41.82%

 BLUE value IS 14 (5.86% from 255) = 4.4%

R = 53.77%
G = 41.82%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB850E (or 0xAB850E) is known color: Dark Goldenrod. HEX triplet: AB, 85 and 0E. RGB value is (171,133,14). Sum of RGB (Red+Green+Blue) = 171+133+14=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB850E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB850E is #547AF1. Grayscale: #838383. Windows color (decimal): -5536498 or 951723. OLE color: 951723.

HSL color Cylindrical-coordinate representation of color #AB850E: hue angle of 45.48º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB850E is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 133 14 -
CMYK 0 0.22 0.92 0.33
HSL 45.48º 0.85% 0.36% -
HSV(B) 45.48º 0.92% 0.67% -
XYZ 25.26 25.46 4 -
YUV 130.8 62.09 156.68 -
System Red Green Blue C M Y K H S L
Decimal 171 133 14 0 0.22 0.92 0.33 45.48 0.85 0.36
Hex AB 85 E 0 16 5C 21 2D 55 24
Octal 253 205 16 0 26 134 41 55 125 44
Binary 10101011 10000101 1110 0 10110 1011100 100001 101101 1010101 100100

Color Harmonies of #AB850E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB850E

Black with #AB850E

Text Example


Text Example

White with #AB850E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB850E; }

 p { color: rgb(171,133,14); }

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

background-color css

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

 a { background-color: rgb(171,133,14); }

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

border-color css

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

 span { border-color: rgb(171,133,14); }

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