Html Css Color HEX #AB840F Dark Goldenrod

📋 copy color: '#AB840F'

red 171 ◦ green 132 ◦ blue 15

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

Shades of Dark Goldenrod #AB840F

Tints of Dark Goldenrod #AB840F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.72%

R = 53.77%
G = 41.51%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB840F (or 0xAB840F) is known color: Dark Goldenrod. HEX triplet: AB, 84 and 0F. RGB value is (171,132,15). Sum of RGB (Red+Green+Blue) = 171+132+15=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB840F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB840F is #547BF0. Grayscale: #828282. Windows color (decimal): -5536753 or 1017003. OLE color: 1017003.

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

Color convert

RGB 171 132 15 -
CMYK 0 0.23 0.91 0.33
HSL 45º 0.84% 0.36% -
HSV(B) 45º 0.91% 0.67% -
XYZ 25.13 25.19 3.99 -
YUV 130.32 62.92 157.01 -
System Red Green Blue C M Y K H S L
Decimal 171 132 15 0 0.23 0.91 0.33 45 0.84 0.36
Hex AB 84 F 0 17 5B 21 2D 54 24
Octal 253 204 17 0 27 133 41 55 124 44
Binary 10101011 10000100 1111 0 10111 1011011 100001 101101 1010100 100100

Color Harmonies of #AB840F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB840F

Black with #AB840F

Text Example


Text Example

White with #AB840F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB840F; }

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

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

background-color css

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

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

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

border-color css

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

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

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