Html Css Color HEX #A07A57 Pale Brown

📋 copy color: '#A07A57'

red 160 ◦ green 122 ◦ blue 87

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

Shades of Pale Brown #A07A57

Tints of Pale Brown #A07A57

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.06%

 BLUE value IS 87 (34.38% from 255) = 23.58%

R = 43.36%
G = 33.06%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A07A57 (or 0xA07A57) is known color: Pale Brown. HEX triplet: A0, 7A and 57. RGB value is (160,122,87). Sum of RGB (Red+Green+Blue) = 160+122+87=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07A57 is #5F85A8. Grayscale: #818181. Windows color (decimal): -6260137 or 5733024. OLE color: 5733024.

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

Color convert

RGB 160 122 87 -
CMYK 0 0.24 0.46 0.37
HSL 28.77º 0.3% 0.48% -
HSV(B) 28.77º 0.46% 0.63% -
XYZ 23.18 22.08 12.06 -
YUV 129.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 160 122 87 0 0.24 0.46 0.37 28.77 0.3 0.48
Hex A0 7A 57 0 18 2E 25 1D 1E 30
Octal 240 172 127 0 30 56 45 35 36 60
Binary 10100000 1111010 1010111 0 11000 101110 100101 11101 11110 110000

Color Harmonies of #A07A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07A57

Black with #A07A57

Text Example


Text Example

White with #A07A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07A57; }

 p { color: rgb(160,122,87); }

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

background-color css

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

 a { background-color: rgb(160,122,87); }

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

border-color css

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

 span { border-color: rgb(160,122,87); }

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