Html Css Color HEX #AB8213 Dark Goldenrod

📋 copy color: '#AB8213'

red 171 ◦ green 130 ◦ blue 19

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

Shades of Dark Goldenrod #AB8213

Tints of Dark Goldenrod #AB8213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.63%

 BLUE value IS 19 (7.81% from 255) = 5.94%

R = 53.44%
G = 40.63%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB8213 (or 0xAB8213) is known color: Dark Goldenrod. HEX triplet: AB, 82 and 13. RGB value is (171,130,19). Sum of RGB (Red+Green+Blue) = 171+130+19=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8213 is #547DEC. Grayscale: #828282. Windows color (decimal): -5537261 or 1278635. OLE color: 1278635.

HSL color Cylindrical-coordinate representation of color #AB8213: hue angle of 43.82º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB8213 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 130 19 -
CMYK 0 0.24 0.89 0.33
HSL 43.82º 0.8% 0.37% -
HSV(B) 43.82º 0.89% 0.67% -
XYZ 24.89 24.67 4.07 -
YUV 129.61 65.58 157.53 -
System Red Green Blue C M Y K H S L
Decimal 171 130 19 0 0.24 0.89 0.33 43.82 0.8 0.37
Hex AB 82 13 0 18 59 21 2C 50 25
Octal 253 202 23 0 30 131 41 54 120 45
Binary 10101011 10000010 10011 0 11000 1011001 100001 101100 1010000 100101

Color Harmonies of #AB8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8213

Black with #AB8213

Text Example


Text Example

White with #AB8213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8213; }

 p { color: rgb(171,130,19); }

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

background-color css

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

 a { background-color: rgb(171,130,19); }

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

border-color css

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

 span { border-color: rgb(171,130,19); }

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