Html Css Color HEX #A1754C Pale Brown

📋 copy color: '#A1754C'

red 161 ◦ green 117 ◦ blue 76

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

Shades of Pale Brown #A1754C

Tints of Pale Brown #A1754C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.47%

R = 45.48%
G = 33.05%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1754C (or 0xA1754C) is known color: Pale Brown. HEX triplet: A1, 75 and 4C. RGB value is (161,117,76). Sum of RGB (Red+Green+Blue) = 161+117+76=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A1754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1754C is #5E8AB3. Grayscale: #7D7D7D. Windows color (decimal): -6195892 or 5010849. OLE color: 5010849.

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

Color convert

RGB 161 117 76 -
CMYK 0 0.27 0.53 0.37
HSL 28.94º 0.36% 0.46% -
HSV(B) 28.94º 0.53% 0.63% -
XYZ 22.36 20.82 9.68 -
YUV 125.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 161 117 76 0 0.27 0.53 0.37 28.94 0.36 0.46
Hex A1 75 4C 0 1B 35 25 1D 24 2E
Octal 241 165 114 0 33 65 45 35 44 56
Binary 10100001 1110101 1001100 0 11011 110101 100101 11101 100100 101110

Color Harmonies of #A1754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1754C

Black with #A1754C

Text Example


Text Example

White with #A1754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1754C; }

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

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

background-color css

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

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

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

border-color css

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

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

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