Html Css Color HEX #AB890F Dark Goldenrod

📋 copy color: '#AB890F'

red 171 ◦ green 137 ◦ blue 15

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

Shades of Dark Goldenrod #AB890F

Tints of Dark Goldenrod #AB890F

RGB

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

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

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

R = 52.94%
G = 42.41%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB890F (or 0xAB890F) is known color: Dark Goldenrod. HEX triplet: AB, 89 and 0F. RGB value is (171,137,15). Sum of RGB (Red+Green+Blue) = 171+137+15=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB890F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB890F is #5476F0. Grayscale: #858585. Windows color (decimal): -5535473 or 1018283. OLE color: 1018283.

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

Color convert

RGB 171 137 15 -
CMYK 0 0.20 0.91 0.33
HSL 46.92º 0.84% 0.36% -
HSV(B) 46.92º 0.91% 0.67% -
XYZ 25.83 26.58 4.22 -
YUV 133.26 61.26 154.92 -
System Red Green Blue C M Y K H S L
Decimal 171 137 15 0 0.20 0.91 0.33 46.92 0.84 0.36
Hex AB 89 F 0 14 5B 21 2F 54 24
Octal 253 211 17 0 24 133 41 57 124 44
Binary 10101011 10001001 1111 0 10100 1011011 100001 101111 1010100 100100

Color Harmonies of #AB890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB890F

Black with #AB890F

Text Example


Text Example

White with #AB890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB890F; }

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

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

background-color css

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

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

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

border-color css

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

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

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