Html Css Color HEX #AB8712 Dark Goldenrod

📋 copy color: '#AB8712'

red 171 ◦ green 135 ◦ blue 18

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

Shades of Dark Goldenrod #AB8712

Tints of Dark Goldenrod #AB8712

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.67%

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

R = 52.78%
G = 41.67%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB8712 (or 0xAB8712) is known color: Dark Goldenrod. HEX triplet: AB, 87 and 12. RGB value is (171,135,18). Sum of RGB (Red+Green+Blue) = 171+135+18=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8712 is #5478ED. Grayscale: #848484. Windows color (decimal): -5535982 or 1214379. OLE color: 1214379.

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

Color convert

RGB 171 135 18 -
CMYK 0 0.21 0.89 0.33
HSL 45.88º 0.81% 0.37% -
HSV(B) 45.88º 0.89% 0.67% -
XYZ 25.57 26.03 4.25 -
YUV 132.43 63.43 155.51 -
System Red Green Blue C M Y K H S L
Decimal 171 135 18 0 0.21 0.89 0.33 45.88 0.81 0.37
Hex AB 87 12 0 15 59 21 2E 51 25
Octal 253 207 22 0 25 131 41 56 121 45
Binary 10101011 10000111 10010 0 10101 1011001 100001 101110 1010001 100101

Color Harmonies of #AB8712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8712

Black with #AB8712

Text Example


Text Example

White with #AB8712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8712; }

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

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

background-color css

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

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

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

border-color css

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

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

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