Html Css Color HEX #A17546 Pale Brown

📋 copy color: '#A17546'

red 161 ◦ green 117 ◦ blue 70

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

Shades of Pale Brown #A17546

Tints of Pale Brown #A17546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.11%

R = 46.26%
G = 33.62%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A17546 (or 0xA17546) is known color: Pale Brown. HEX triplet: A1, 75 and 46. RGB value is (161,117,70). Sum of RGB (Red+Green+Blue) = 161+117+70=348 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.26% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 161 - color contains mainly: red. Hex color #A17546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A17546 is #5E8AB9. Grayscale: #7D7D7D. Windows color (decimal): -6195898 or 4617633. OLE color: 4617633.

HSL color Cylindrical-coordinate representation of color #A17546: hue angle of 30.99º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A17546 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 117 70 -
CMYK 0 0.27 0.57 0.37
HSL 30.99º 0.39% 0.45% -
HSV(B) 30.99º 0.57% 0.63% -
XYZ 22.16 20.74 8.63 -
YUV 124.8 97.08 153.82 -
System Red Green Blue C M Y K H S L
Decimal 161 117 70 0 0.27 0.57 0.37 30.99 0.39 0.45
Hex A1 75 46 0 1B 39 25 1F 27 2D
Octal 241 165 106 0 33 71 45 37 47 55
Binary 10100001 1110101 1000110 0 11011 111001 100101 11111 100111 101101

Color Harmonies of #A17546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A17546

Black with #A17546

Text Example


Text Example

White with #A17546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A17546; }

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

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

background-color css

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

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

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

border-color css

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

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

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