Html Css Color HEX #AB7410 Dark Goldenrod

📋 copy color: '#AB7410'

red 171 ◦ green 116 ◦ blue 16

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

Shades of Dark Goldenrod #AB7410

Tints of Dark Goldenrod #AB7410

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.28%

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

R = 56.44%
G = 38.28%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB7410 (or 0xAB7410) is known color: Dark Goldenrod. HEX triplet: AB, 74 and 10. RGB value is (171,116,16). Sum of RGB (Red+Green+Blue) = 171+116+16=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 16 (6.64% from 255 or 5.28% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7410 is #548BEF. Grayscale: #797979. Windows color (decimal): -5540848 or 1078443. OLE color: 1078443.

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

Color convert

RGB 171 116 16 -
CMYK 0 0.32 0.91 0.33
HSL 38.71º 0.83% 0.37% -
HSV(B) 38.71º 0.91% 0.67% -
XYZ 23.13 21.19 3.36 -
YUV 121.05 68.72 163.63 -
System Red Green Blue C M Y K H S L
Decimal 171 116 16 0 0.32 0.91 0.33 38.71 0.83 0.37
Hex AB 74 10 0 20 5B 21 27 53 25
Octal 253 164 20 0 40 133 41 47 123 45
Binary 10101011 1110100 10000 0 100000 1011011 100001 100111 1010011 100101

Color Harmonies of #AB7410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7410

Black with #AB7410

Text Example


Text Example

White with #AB7410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7410; }

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

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

background-color css

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

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

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

border-color css

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

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

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