Html Css Color HEX #AB7310 Golden Brown

📋 copy color: '#AB7310'

red 171 ◦ green 115 ◦ blue 16

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

Shades of Golden Brown #AB7310

Tints of Golden Brown #AB7310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

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

R = 56.62%
G = 38.08%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB7310 (or 0xAB7310) is known color: Golden Brown. HEX triplet: AB, 73 and 10. RGB value is (171,115,16). Sum of RGB (Red+Green+Blue) = 171+115+16=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7310 is #548CEF. Grayscale: #787878. Windows color (decimal): -5541104 or 1078187. OLE color: 1078187.

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

Color convert

RGB 171 115 16 -
CMYK 0 0.33 0.91 0.33
HSL 38.32º 0.83% 0.37% -
HSV(B) 38.32º 0.91% 0.67% -
XYZ 23.02 20.96 3.32 -
YUV 120.46 69.05 164.05 -
System Red Green Blue C M Y K H S L
Decimal 171 115 16 0 0.33 0.91 0.33 38.32 0.83 0.37
Hex AB 73 10 0 21 5B 21 26 53 25
Octal 253 163 20 0 41 133 41 46 123 45
Binary 10101011 1110011 10000 0 100001 1011011 100001 100110 1010011 100101

Color Harmonies of #AB7310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7310

Black with #AB7310

Text Example


Text Example

White with #AB7310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7310; }

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

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

background-color css

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

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

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

border-color css

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

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

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