Html Css Color HEX #A2795C Medium Wood

📋 copy color: '#A2795C'

red 162 ◦ green 121 ◦ blue 92

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

Shades of Medium Wood #A2795C

Tints of Medium Wood #A2795C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.27%

 BLUE value IS 92 (36.33% from 255) = 24.53%

R = 43.2%
G = 32.27%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2795C (or 0xA2795C) is known color: Medium Wood. HEX triplet: A2, 79 and 5C. RGB value is (162,121,92). Sum of RGB (Red+Green+Blue) = 162+121+92=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A2795C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2795C is #5D86A3. Grayscale: #828282. Windows color (decimal): -6129316 or 6060450. OLE color: 6060450.

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

Color convert

RGB 162 121 92 -
CMYK 0 0.25 0.43 0.36
HSL 24.86º 0.28% 0.5% -
HSV(B) 24.86º 0.43% 0.64% -
XYZ 23.67 22.13 13.15 -
YUV 129.95 106.58 150.86 -
System Red Green Blue C M Y K H S L
Decimal 162 121 92 0 0.25 0.43 0.36 24.86 0.28 0.5
Hex A2 79 5C 0 19 2B 24 19 1C 32
Octal 242 171 134 0 31 53 44 31 34 62
Binary 10100010 1111001 1011100 0 11001 101011 100100 11001 11100 110010

Color Harmonies of #A2795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2795C

Black with #A2795C

Text Example


Text Example

White with #A2795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2795C; }

 p { color: rgb(162,121,92); }

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

background-color css

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

 a { background-color: rgb(162,121,92); }

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

border-color css

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

 span { border-color: rgb(162,121,92); }

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