Html Css Color HEX #AB7D10 Dark Goldenrod

📋 copy color: '#AB7D10'

red 171 ◦ green 125 ◦ blue 16

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

Shades of Dark Goldenrod #AB7D10

Tints of Dark Goldenrod #AB7D10

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.06%

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

R = 54.81%
G = 40.06%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB7D10 (or 0xAB7D10) is known color: Dark Goldenrod. HEX triplet: AB, 7D and 10. RGB value is (171,125,16). Sum of RGB (Red+Green+Blue) = 171+125+16=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 16 (6.64% from 255 or 5.13% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7D10 is #5482EF. Grayscale: #7E7E7E. Windows color (decimal): -5538544 or 1080747. OLE color: 1080747.

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

Color convert

RGB 171 125 16 -
CMYK 0 0.27 0.91 0.33
HSL 42.19º 0.83% 0.37% -
HSV(B) 42.19º 0.91% 0.67% -
XYZ 24.22 23.36 3.72 -
YUV 126.33 65.74 159.86 -
System Red Green Blue C M Y K H S L
Decimal 171 125 16 0 0.27 0.91 0.33 42.19 0.83 0.37
Hex AB 7D 10 0 1B 5B 21 2A 53 25
Octal 253 175 20 0 33 133 41 52 123 45
Binary 10101011 1111101 10000 0 11011 1011011 100001 101010 1010011 100101

Color Harmonies of #AB7D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D10

Black with #AB7D10

Text Example


Text Example

White with #AB7D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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