Html Css Color HEX #AB7610 Dark Goldenrod

📋 copy color: '#AB7610'

red 171 ◦ green 118 ◦ blue 16

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

Shades of Dark Goldenrod #AB7610

Tints of Dark Goldenrod #AB7610

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.69%

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

R = 56.07%
G = 38.69%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB7610 (or 0xAB7610) is known color: Dark Goldenrod. HEX triplet: AB, 76 and 10. RGB value is (171,118,16). Sum of RGB (Red+Green+Blue) = 171+118+16=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7610 is #5489EF. Grayscale: #7A7A7A. Windows color (decimal): -5540336 or 1078955. OLE color: 1078955.

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

Color convert

RGB 171 118 16 -
CMYK 0 0.31 0.91 0.33
HSL 39.48º 0.83% 0.37% -
HSV(B) 39.48º 0.91% 0.67% -
XYZ 23.37 21.65 3.44 -
YUV 122.22 68.06 162.79 -
System Red Green Blue C M Y K H S L
Decimal 171 118 16 0 0.31 0.91 0.33 39.48 0.83 0.37
Hex AB 76 10 0 1F 5B 21 27 53 25
Octal 253 166 20 0 37 133 41 47 123 45
Binary 10101011 1110110 10000 0 11111 1011011 100001 100111 1010011 100101

Color Harmonies of #AB7610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7610

Black with #AB7610

Text Example


Text Example

White with #AB7610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7610; }

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

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

background-color css

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

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

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

border-color css

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

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

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