Html Css Color HEX #AB7E10 Dark Goldenrod

📋 copy color: '#AB7E10'

red 171 ◦ green 126 ◦ blue 16

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

Shades of Dark Goldenrod #AB7E10

Tints of Dark Goldenrod #AB7E10

RGB

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

 GREEN value IS 126 (49.61% from 255) = 40.26%

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

R = 54.63%
G = 40.26%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB7E10 (or 0xAB7E10) is known color: Dark Goldenrod. HEX triplet: AB, 7E and 10. RGB value is (171,126,16). Sum of RGB (Red+Green+Blue) = 171+126+16=313 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.63% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7E10 is #5481EF. Grayscale: #7F7F7F. Windows color (decimal): -5538288 or 1081003. OLE color: 1081003.

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

Color convert

RGB 171 126 16 -
CMYK 0 0.26 0.91 0.33
HSL 42.58º 0.83% 0.37% -
HSV(B) 42.58º 0.91% 0.67% -
XYZ 24.35 23.62 3.77 -
YUV 126.92 65.41 159.44 -
System Red Green Blue C M Y K H S L
Decimal 171 126 16 0 0.26 0.91 0.33 42.58 0.83 0.37
Hex AB 7E 10 0 1A 5B 21 2B 53 25
Octal 253 176 20 0 32 133 41 53 123 45
Binary 10101011 1111110 10000 0 11010 1011011 100001 101011 1010011 100101

Color Harmonies of #AB7E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7E10

Black with #AB7E10

Text Example


Text Example

White with #AB7E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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