Html Css Color HEX #A17456 Pale Brown

📋 copy color: '#A17456'

red 161 ◦ green 116 ◦ blue 86

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

Shades of Pale Brown #A17456

Tints of Pale Brown #A17456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 23.69%

R = 44.35%
G = 31.96%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A17456 (or 0xA17456) is known color: Pale Brown. HEX triplet: A1, 74 and 56. RGB value is (161,116,86). Sum of RGB (Red+Green+Blue) = 161+116+86=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A17456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17456 is #5E8BA9. Grayscale: #7E7E7E. Windows color (decimal): -6196138 or 5665953. OLE color: 5665953.

HSL color Cylindrical-coordinate representation of color #A17456: hue angle of 24º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A17456 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 116 86 -
CMYK 0 0.28 0.47 0.37
HSL 24º 0.3% 0.48% -
HSV(B) 24º 0.47% 0.63% -
XYZ 22.62 20.74 11.61 -
YUV 126.04 105.41 152.94 -
System Red Green Blue C M Y K H S L
Decimal 161 116 86 0 0.28 0.47 0.37 24 0.3 0.48
Hex A1 74 56 0 1C 2F 25 18 1E 30
Octal 241 164 126 0 34 57 45 30 36 60
Binary 10100001 1110100 1010110 0 11100 101111 100101 11000 11110 110000

Color Harmonies of #A17456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17456

Black with #A17456

Text Example


Text Example

White with #A17456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17456; }

 p { color: rgb(161,116,86); }

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

background-color css

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

 a { background-color: rgb(161,116,86); }

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

border-color css

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

 span { border-color: rgb(161,116,86); }

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