Html Css Color HEX #A17250 Pale Brown

📋 copy color: '#A17250'

red 161 ◦ green 114 ◦ blue 80

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

Shades of Pale Brown #A17250

Tints of Pale Brown #A17250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.11%

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

R = 45.35%
G = 32.11%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A17250 (or 0xA17250) is known color: Pale Brown. HEX triplet: A1, 72 and 50. RGB value is (161,114,80). Sum of RGB (Red+Green+Blue) = 161+114+80=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 114 (44.92% from 255 or 32.11% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A17250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17250 is #5E8DAF. Grayscale: #7C7C7C. Windows color (decimal): -6196656 or 5272225. OLE color: 5272225.

HSL color Cylindrical-coordinate representation of color #A17250: hue angle of 25.19º 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 #A17250 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 114 80 -
CMYK 0 0.29 0.50 0.37
HSL 25.19º 0.34% 0.47% -
HSV(B) 25.19º 0.5% 0.63% -
XYZ 22.16 20.19 10.32 -
YUV 124.18 103.07 154.26 -
System Red Green Blue C M Y K H S L
Decimal 161 114 80 0 0.29 0.50 0.37 25.19 0.34 0.47
Hex A1 72 50 0 1D 32 25 19 22 2F
Octal 241 162 120 0 35 62 45 31 42 57
Binary 10100001 1110010 1010000 0 11101 110010 100101 11001 100010 101111

Color Harmonies of #A17250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17250

Black with #A17250

Text Example


Text Example

White with #A17250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17250; }

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

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

background-color css

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

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

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

border-color css

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

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

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