Html Css Color HEX #A17249 Pale Brown

📋 copy color: '#A17249'

red 161 ◦ green 114 ◦ blue 73

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

Shades of Pale Brown #A17249

Tints of Pale Brown #A17249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.98%

R = 46.26%
G = 32.76%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A17249 (or 0xA17249) is known color: Pale Brown. HEX triplet: A1, 72 and 49. RGB value is (161,114,73). Sum of RGB (Red+Green+Blue) = 161+114+73=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 114 (44.92% from 255 or 32.76% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A17249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17249 is #5E8DB6. Grayscale: #7B7B7B. Windows color (decimal): -6196663 or 4813473. OLE color: 4813473.

HSL color Cylindrical-coordinate representation of color #A17249: hue angle of 27.95º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A17249 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 114 73 -
CMYK 0 0.29 0.55 0.37
HSL 27.95º 0.38% 0.46% -
HSV(B) 27.95º 0.55% 0.63% -
XYZ 21.92 20.09 9.03 -
YUV 123.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 161 114 73 0 0.29 0.55 0.37 27.95 0.38 0.46
Hex A1 72 49 0 1D 37 25 1C 26 2E
Octal 241 162 111 0 35 67 45 34 46 56
Binary 10100001 1110010 1001001 0 11101 110111 100101 11100 100110 101110

Color Harmonies of #A17249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17249

Black with #A17249

Text Example


Text Example

White with #A17249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17249; }

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

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

background-color css

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

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

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

border-color css

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

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

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