Html Css Color HEX #AB8312 Dark Goldenrod

📋 copy color: '#AB8312'

red 171 ◦ green 131 ◦ blue 18

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

Shades of Dark Goldenrod #AB8312

Tints of Dark Goldenrod #AB8312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.63%

R = 53.44%
G = 40.94%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB8312 (or 0xAB8312) is known color: Dark Goldenrod. HEX triplet: AB, 83 and 12. RGB value is (171,131,18). Sum of RGB (Red+Green+Blue) = 171+131+18=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8312 is #547CED. Grayscale: #828282. Windows color (decimal): -5537006 or 1213355. OLE color: 1213355.

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

Color convert

RGB 171 131 18 -
CMYK 0 0.23 0.89 0.33
HSL 44.31º 0.81% 0.37% -
HSV(B) 44.31º 0.89% 0.67% -
XYZ 25.02 24.93 4.07 -
YUV 130.08 64.75 157.19 -
System Red Green Blue C M Y K H S L
Decimal 171 131 18 0 0.23 0.89 0.33 44.31 0.81 0.37
Hex AB 83 12 0 17 59 21 2C 51 25
Octal 253 203 22 0 27 131 41 54 121 45
Binary 10101011 10000011 10010 0 10111 1011001 100001 101100 1010001 100101

Color Harmonies of #AB8312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8312

Black with #AB8312

Text Example


Text Example

White with #AB8312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8312; }

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

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

background-color css

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

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

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

border-color css

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

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

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