Html Css Color HEX #A07955 Pale Brown

📋 copy color: '#A07955'

red 160 ◦ green 121 ◦ blue 85

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

Shades of Pale Brown #A07955

Tints of Pale Brown #A07955

RGB

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

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

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

R = 43.72%
G = 33.06%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A07955 (or 0xA07955) is known color: Pale Brown. HEX triplet: A0, 79 and 55. RGB value is (160,121,85). Sum of RGB (Red+Green+Blue) = 160+121+85=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A07955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07955 is #5F86AA. Grayscale: #808080. Windows color (decimal): -6260395 or 5601696. OLE color: 5601696.

HSL color Cylindrical-coordinate representation of color #A07955: hue angle of 28.8º 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 #A07955 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 121 85 -
CMYK 0 0.24 0.47 0.37
HSL 28.8º 0.31% 0.48% -
HSV(B) 28.8º 0.47% 0.63% -
XYZ 22.97 21.8 11.59 -
YUV 128.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 160 121 85 0 0.24 0.47 0.37 28.8 0.31 0.48
Hex A0 79 55 0 18 2F 25 1D 1F 30
Octal 240 171 125 0 30 57 45 35 37 60
Binary 10100000 1111001 1010101 0 11000 101111 100101 11101 11111 110000

Color Harmonies of #A07955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07955

Black with #A07955

Text Example


Text Example

White with #A07955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07955; }

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

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

background-color css

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

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

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

border-color css

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

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

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