Html Css Color HEX #A17510 Golden Brown

📋 copy color: '#A17510'

red 161 ◦ green 117 ◦ blue 16

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

Shades of Golden Brown #A17510

Tints of Golden Brown #A17510

RGB

 RED value IS 161 (63.28% from 255) = 54.76%

 GREEN value IS 117 (46.09% from 255) = 39.8%

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

R = 54.76%
G = 39.8%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A17510 (or 0xA17510) is known color: Golden Brown. HEX triplet: A1, 75 and 10. RGB value is (161,117,16). Sum of RGB (Red+Green+Blue) = 161+117+16=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A17510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A17510 is #5E8AEF. Grayscale: #777777. Windows color (decimal): -6195952 or 1078689. OLE color: 1078689.

HSL color Cylindrical-coordinate representation of color #A17510: hue angle of 41.79º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A17510 is Cyan = 0, Magento = 0.27, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 117 16 -
CMYK 0 0.27 0.90 0.37
HSL 41.79º 0.82% 0.35% -
HSV(B) 41.79º 0.9% 0.63% -
XYZ 21.15 20.34 3.3 -
YUV 118.64 70.08 158.21 -
System Red Green Blue C M Y K H S L
Decimal 161 117 16 0 0.27 0.90 0.37 41.79 0.82 0.35
Hex A1 75 10 0 1B 5A 25 2A 52 23
Octal 241 165 20 0 33 132 45 52 122 43
Binary 10100001 1110101 10000 0 11011 1011010 100101 101010 1010010 100011

Color Harmonies of #A17510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17510

Black with #A17510

Text Example


Text Example

White with #A17510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17510; }

 p { color: rgb(161,117,16); }

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

background-color css

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

 a { background-color: rgb(161,117,16); }

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

border-color css

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

 span { border-color: rgb(161,117,16); }

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