Html Css Color HEX #A17550 Pale Brown

📋 copy color: '#A17550'

red 161 ◦ green 117 ◦ blue 80

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

Shades of Pale Brown #A17550

Tints of Pale Brown #A17550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 44.97%
G = 32.68%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A17550 (or 0xA17550) is known color: Pale Brown. HEX triplet: A1, 75 and 50. RGB value is (161,117,80). Sum of RGB (Red+Green+Blue) = 161+117+80=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A17550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17550 is #5E8AAF. Grayscale: #7E7E7E. Windows color (decimal): -6195888 or 5272993. OLE color: 5272993.

HSL color Cylindrical-coordinate representation of color #A17550: hue angle of 27.41º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A17550 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 117 80 -
CMYK 0 0.27 0.50 0.37
HSL 27.41º 0.34% 0.47% -
HSV(B) 27.41º 0.5% 0.63% -
XYZ 22.51 20.88 10.43 -
YUV 125.94 102.08 153.01 -
System Red Green Blue C M Y K H S L
Decimal 161 117 80 0 0.27 0.50 0.37 27.41 0.34 0.47
Hex A1 75 50 0 1B 32 25 1B 22 2F
Octal 241 165 120 0 33 62 45 33 42 57
Binary 10100001 1110101 1010000 0 11011 110010 100101 11011 100010 101111

Color Harmonies of #A17550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17550

Black with #A17550

Text Example


Text Example

White with #A17550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17550; }

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

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

background-color css

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

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

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

border-color css

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

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

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