Html Css Color HEX #A0785A Pale Brown

📋 copy color: '#A0785A'

red 160 ◦ green 120 ◦ blue 90

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

Shades of Pale Brown #A0785A

Tints of Pale Brown #A0785A

RGB

 RED value IS 160 (62.89% from 255) = 43.24%

 GREEN value IS 120 (47.27% from 255) = 32.43%

 BLUE value IS 90 (35.55% from 255) = 24.32%

R = 43.24%
G = 32.43%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A0785A (or 0xA0785A) is known color: Pale Brown. HEX triplet: A0, 78 and 5A. RGB value is (160,120,90). Sum of RGB (Red+Green+Blue) = 160+120+90=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0785A is #5F87A5. Grayscale: #808080. Windows color (decimal): -6260646 or 5929120. OLE color: 5929120.

HSL color Cylindrical-coordinate representation of color #A0785A: hue angle of 25.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0785A is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 120 90 -
CMYK 0 0.25 0.44 0.37
HSL 25.71º 0.28% 0.49% -
HSV(B) 25.71º 0.44% 0.63% -
XYZ 23.06 21.64 12.64 -
YUV 128.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 160 120 90 0 0.25 0.44 0.37 25.71 0.28 0.49
Hex A0 78 5A 0 19 2C 25 1A 1C 31
Octal 240 170 132 0 31 54 45 32 34 61
Binary 10100000 1111000 1011010 0 11001 101100 100101 11010 11100 110001

Color Harmonies of #A0785A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0785A

Black with #A0785A

Text Example


Text Example

White with #A0785A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0785A; }

 p { color: rgb(160,120,90); }

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

background-color css

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

 a { background-color: rgb(160,120,90); }

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

border-color css

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

 span { border-color: rgb(160,120,90); }

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