Html Css Color HEX #A07855 Pale Brown

📋 copy color: '#A07855'

red 160 ◦ green 120 ◦ blue 85

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

Shades of Pale Brown #A07855

Tints of Pale Brown #A07855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.29%

R = 43.84%
G = 32.88%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A07855 (or 0xA07855) is known color: Pale Brown. HEX triplet: A0, 78 and 55. RGB value is (160,120,85). Sum of RGB (Red+Green+Blue) = 160+120+85=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A07855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07855 is #5F87AA. Grayscale: #808080. Windows color (decimal): -6260651 or 5601440. OLE color: 5601440.

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

Color convert

RGB 160 120 85 -
CMYK 0 0.25 0.47 0.37
HSL 28º 0.31% 0.48% -
HSV(B) 28º 0.47% 0.63% -
XYZ 22.85 21.56 11.55 -
YUV 127.97 103.75 150.85 -
System Red Green Blue C M Y K H S L
Decimal 160 120 85 0 0.25 0.47 0.37 28 0.31 0.48
Hex A0 78 55 0 19 2F 25 1C 1F 30
Octal 240 170 125 0 31 57 45 34 37 60
Binary 10100000 1111000 1010101 0 11001 101111 100101 11100 11111 110000

Color Harmonies of #A07855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07855

Black with #A07855

Text Example


Text Example

White with #A07855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07855; }

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

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

background-color css

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

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

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

border-color css

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

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

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