Html Css Color HEX #A1764C Pale Brown

📋 copy color: '#A1764C'

red 161 ◦ green 118 ◦ blue 76

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

Shades of Pale Brown #A1764C

Tints of Pale Brown #A1764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.24%

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

R = 45.35%
G = 33.24%
B = 21.41%

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

#A1764C (or 0xA1764C) is known color: Pale Brown. HEX triplet: A1, 76 and 4C. RGB value is (161,118,76). Sum of RGB (Red+Green+Blue) = 161+118+76=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1764C is #5E89B3. Grayscale: #7E7E7E. Windows color (decimal): -6195636 or 5011105. OLE color: 5011105.

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

Color convert

RGB 161 118 76 -
CMYK 0 0.27 0.53 0.37
HSL 29.65º 0.36% 0.46% -
HSV(B) 29.65º 0.53% 0.63% -
XYZ 22.48 21.06 9.72 -
YUV 126.07 99.75 152.92 -
System Red Green Blue C M Y K H S L
Decimal 161 118 76 0 0.27 0.53 0.37 29.65 0.36 0.46
Hex A1 76 4C 0 1B 35 25 1E 24 2E
Octal 241 166 114 0 33 65 45 36 44 56
Binary 10100001 1110110 1001100 0 11011 110101 100101 11110 100100 101110

Color Harmonies of #A1764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1764C

Black with #A1764C

Text Example


Text Example

White with #A1764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1764C; }

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

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

background-color css

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

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

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

border-color css

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

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

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