Html Css Color HEX #A2754F Pale Brown

📋 copy color: '#A2754F'

red 162 ◦ green 117 ◦ blue 79

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

Shades of Pale Brown #A2754F

Tints of Pale Brown #A2754F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.07%

R = 45.25%
G = 32.68%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A2754F (or 0xA2754F) is known color: Pale Brown. HEX triplet: A2, 75 and 4F. RGB value is (162,117,79). Sum of RGB (Red+Green+Blue) = 162+117+79=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 162 - color contains mainly: red. Hex color #A2754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2754F is #5D8AB0. Grayscale: #7E7E7E. Windows color (decimal): -6130353 or 5207458. OLE color: 5207458.

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

Color convert

RGB 162 117 79 -
CMYK 0 0.28 0.51 0.36
HSL 27.47º 0.34% 0.47% -
HSV(B) 27.47º 0.51% 0.64% -
XYZ 22.67 20.97 10.25 -
YUV 126.12 101.41 153.59 -
System Red Green Blue C M Y K H S L
Decimal 162 117 79 0 0.28 0.51 0.36 27.47 0.34 0.47
Hex A2 75 4F 0 1C 33 24 1B 22 2F
Octal 242 165 117 0 34 63 44 33 42 57
Binary 10100010 1110101 1001111 0 11100 110011 100100 11011 100010 101111

Color Harmonies of #A2754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2754F

Black with #A2754F

Text Example


Text Example

White with #A2754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2754F; }

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

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

background-color css

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

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

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

border-color css

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

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

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