Html Css Color HEX #A2754C Pale Brown

📋 copy color: '#A2754C'

red 162 ◦ green 117 ◦ blue 76

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

Shades of Pale Brown #A2754C

Tints of Pale Brown #A2754C

RGB

 RED value IS 162 (63.67% from 255) = 45.63%

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

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

R = 45.63%
G = 32.96%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#A2754C (or 0xA2754C) is known color: Pale Brown. HEX triplet: A2, 75 and 4C. RGB value is (162,117,76). Sum of RGB (Red+Green+Blue) = 162+117+76=355 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.63% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 162 - color contains mainly: red. Hex color #A2754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2754C is #5D8AB3. Grayscale: #7D7D7D. Windows color (decimal): -6130356 or 5010850. OLE color: 5010850.

HSL color Cylindrical-coordinate representation of color #A2754C: hue angle of 28.6º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2754C is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 117 76 -
CMYK 0 0.28 0.53 0.36
HSL 28.6º 0.36% 0.47% -
HSV(B) 28.6º 0.53% 0.64% -
XYZ 22.57 20.93 9.69 -
YUV 125.78 99.91 153.83 -
System Red Green Blue C M Y K H S L
Decimal 162 117 76 0 0.28 0.53 0.36 28.6 0.36 0.47
Hex A2 75 4C 0 1C 35 24 1D 24 2F
Octal 242 165 114 0 34 65 44 35 44 57
Binary 10100010 1110101 1001100 0 11100 110101 100100 11101 100100 101111

Color Harmonies of #A2754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2754C

Black with #A2754C

Text Example


Text Example

White with #A2754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2754C; }

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

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

background-color css

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

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

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

border-color css

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

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

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