Html Css Color HEX #AB840E Dark Goldenrod

📋 copy color: '#AB840E'

red 171 ◦ green 132 ◦ blue 14

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

Shades of Dark Goldenrod #AB840E

Tints of Dark Goldenrod #AB840E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.64%

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

R = 53.94%
G = 41.64%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AB840E (or 0xAB840E) is known color: Dark Goldenrod. HEX triplet: AB, 84 and 0E. RGB value is (171,132,14). Sum of RGB (Red+Green+Blue) = 171+132+14=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB840E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB840E is #547BF1. Grayscale: #828282. Windows color (decimal): -5536754 or 951467. OLE color: 951467.

HSL color Cylindrical-coordinate representation of color #AB840E: hue angle of 45.1º 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 #AB840E is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 132 14 -
CMYK 0 0.23 0.92 0.33
HSL 45.1º 0.85% 0.36% -
HSV(B) 45.1º 0.92% 0.67% -
XYZ 25.13 25.19 3.95 -
YUV 130.21 62.42 157.09 -
System Red Green Blue C M Y K H S L
Decimal 171 132 14 0 0.23 0.92 0.33 45.1 0.85 0.36
Hex AB 84 E 0 17 5C 21 2D 55 24
Octal 253 204 16 0 27 134 41 55 125 44
Binary 10101011 10000100 1110 0 10111 1011100 100001 101101 1010101 100100

Color Harmonies of #AB840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB840E

Black with #AB840E

Text Example


Text Example

White with #AB840E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB840E; }

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

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

background-color css

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

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

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

border-color css

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

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

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