Html Css Color HEX #AB8615 Dark Goldenrod

📋 copy color: '#AB8615'

red 171 ◦ green 134 ◦ blue 21

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

Shades of Dark Goldenrod #AB8615

Tints of Dark Goldenrod #AB8615

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.1%

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

R = 52.45%
G = 41.1%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB8615 (or 0xAB8615) is known color: Dark Goldenrod. HEX triplet: AB, 86 and 15. RGB value is (171,134,21). Sum of RGB (Red+Green+Blue) = 171+134+21=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 21 (8.59% from 255 or 6.44% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8615 is #5479EA. Grayscale: #848484. Windows color (decimal): -5536235 or 1410731. OLE color: 1410731.

HSL color Cylindrical-coordinate representation of color #AB8615: hue angle of 45.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 #AB8615 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 134 21 -
CMYK 0 0.22 0.88 0.33
HSL 45.2º 0.78% 0.38% -
HSV(B) 45.2º 0.88% 0.67% -
XYZ 25.46 25.76 4.34 -
YUV 132.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 171 134 21 0 0.22 0.88 0.33 45.2 0.78 0.38
Hex AB 86 15 0 16 58 21 2D 4E 26
Octal 253 206 25 0 26 130 41 55 116 46
Binary 10101011 10000110 10101 0 10110 1011000 100001 101101 1001110 100110

Color Harmonies of #AB8615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8615

Black with #AB8615

Text Example


Text Example

White with #AB8615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8615; }

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

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

background-color css

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

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

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

border-color css

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

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

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