Html Css Color HEX #AB8315 Dark Goldenrod

📋 copy color: '#AB8315'

red 171 ◦ green 131 ◦ blue 21

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

Shades of Dark Goldenrod #AB8315

Tints of Dark Goldenrod #AB8315

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.56%

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

R = 52.94%
G = 40.56%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB8315 (or 0xAB8315) is known color: Dark Goldenrod. HEX triplet: AB, 83 and 15. RGB value is (171,131,21). Sum of RGB (Red+Green+Blue) = 171+131+21=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 131 (51.56% from 255 or 40.56% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8315 is #547CEA. Grayscale: #828282. Windows color (decimal): -5537003 or 1409963. OLE color: 1409963.

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

Color convert

RGB 171 131 21 -
CMYK 0 0.23 0.88 0.33
HSL 44º 0.78% 0.38% -
HSV(B) 44º 0.88% 0.67% -
XYZ 25.05 24.94 4.2 -
YUV 130.42 66.25 156.94 -
System Red Green Blue C M Y K H S L
Decimal 171 131 21 0 0.23 0.88 0.33 44 0.78 0.38
Hex AB 83 15 0 17 58 21 2C 4E 26
Octal 253 203 25 0 27 130 41 54 116 46
Binary 10101011 10000011 10101 0 10111 1011000 100001 101100 1001110 100110

Color Harmonies of #AB8315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8315

Black with #AB8315

Text Example


Text Example

White with #AB8315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8315; }

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

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

background-color css

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

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

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

border-color css

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

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

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