Html Css Color HEX #AB8115 Dark Goldenrod

📋 copy color: '#AB8115'

red 171 ◦ green 129 ◦ blue 21

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

Shades of Dark Goldenrod #AB8115

Tints of Dark Goldenrod #AB8115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.19%

 BLUE value IS 21 (8.59% from 255) = 6.54%

R = 53.27%
G = 40.19%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB8115 (or 0xAB8115) is known color: Dark Goldenrod. HEX triplet: AB, 81 and 15. RGB value is (171,129,21). Sum of RGB (Red+Green+Blue) = 171+129+21=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8115 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8115 is #547EEA. Grayscale: #818181. Windows color (decimal): -5537515 or 1409451. OLE color: 1409451.

HSL color Cylindrical-coordinate representation of color #AB8115: hue angle of 43.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB8115 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 129 21 -
CMYK 0 0.25 0.88 0.33
HSL 43.2º 0.78% 0.38% -
HSV(B) 43.2º 0.88% 0.67% -
XYZ 24.78 24.41 4.12 -
YUV 129.25 66.91 157.78 -
System Red Green Blue C M Y K H S L
Decimal 171 129 21 0 0.25 0.88 0.33 43.2 0.78 0.38
Hex AB 81 15 0 19 58 21 2B 4E 26
Octal 253 201 25 0 31 130 41 53 116 46
Binary 10101011 10000001 10101 0 11001 1011000 100001 101011 1001110 100110

Color Harmonies of #AB8115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8115

Black with #AB8115

Text Example


Text Example

White with #AB8115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8115; }

 p { color: rgb(171,129,21); }

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

background-color css

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

 a { background-color: rgb(171,129,21); }

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

border-color css

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

 span { border-color: rgb(171,129,21); }

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