Html Css Color HEX #AB8310 Dark Goldenrod

📋 copy color: '#AB8310'

red 171 ◦ green 131 ◦ blue 16

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

Shades of Dark Goldenrod #AB8310

Tints of Dark Goldenrod #AB8310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.03%

R = 53.77%
G = 41.19%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB8310 (or 0xAB8310) is known color: Dark Goldenrod. HEX triplet: AB, 83 and 10. RGB value is (171,131,16). Sum of RGB (Red+Green+Blue) = 171+131+16=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8310 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8310 is #547CEF. Grayscale: #828282. Windows color (decimal): -5537008 or 1082283. OLE color: 1082283.

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

Color convert

RGB 171 131 16 -
CMYK 0 0.23 0.91 0.33
HSL 44.52º 0.83% 0.37% -
HSV(B) 44.52º 0.91% 0.67% -
XYZ 25 24.93 3.98 -
YUV 129.85 63.75 157.35 -
System Red Green Blue C M Y K H S L
Decimal 171 131 16 0 0.23 0.91 0.33 44.52 0.83 0.37
Hex AB 83 10 0 17 5B 21 2D 53 25
Octal 253 203 20 0 27 133 41 55 123 45
Binary 10101011 10000011 10000 0 10111 1011011 100001 101101 1010011 100101

Color Harmonies of #AB8310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8310

Black with #AB8310

Text Example


Text Example

White with #AB8310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8310; }

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

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

background-color css

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

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

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

border-color css

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

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

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