Html Css Color HEX #AB7910 Dark Goldenrod

📋 copy color: '#AB7910'

red 171 ◦ green 121 ◦ blue 16

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

Shades of Dark Goldenrod #AB7910

Tints of Dark Goldenrod #AB7910

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.29%

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

R = 55.52%
G = 39.29%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB7910 (or 0xAB7910) is known color: Dark Goldenrod. HEX triplet: AB, 79 and 10. RGB value is (171,121,16). Sum of RGB (Red+Green+Blue) = 171+121+16=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7910 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7910 is #5486EF. Grayscale: #7C7C7C. Windows color (decimal): -5539568 or 1079723. OLE color: 1079723.

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

Color convert

RGB 171 121 16 -
CMYK 0 0.29 0.91 0.33
HSL 40.65º 0.83% 0.37% -
HSV(B) 40.65º 0.91% 0.67% -
XYZ 23.73 22.37 3.56 -
YUV 123.98 67.07 161.54 -
System Red Green Blue C M Y K H S L
Decimal 171 121 16 0 0.29 0.91 0.33 40.65 0.83 0.37
Hex AB 79 10 0 1D 5B 21 29 53 25
Octal 253 171 20 0 35 133 41 51 123 45
Binary 10101011 1111001 10000 0 11101 1011011 100001 101001 1010011 100101

Color Harmonies of #AB7910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7910

Black with #AB7910

Text Example


Text Example

White with #AB7910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7910; }

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

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

background-color css

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

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

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

border-color css

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

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

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