Html Css Color HEX #A07655 Pale Brown

📋 copy color: '#A07655'

red 160 ◦ green 118 ◦ blue 85

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

Shades of Pale Brown #A07655

Tints of Pale Brown #A07655

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.51%

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

R = 44.08%
G = 32.51%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A07655 (or 0xA07655) is known color: Pale Brown. HEX triplet: A0, 76 and 55. RGB value is (160,118,85). Sum of RGB (Red+Green+Blue) = 160+118+85=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A07655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07655 is #5F89AA. Grayscale: #7E7E7E. Windows color (decimal): -6261163 or 5600928. OLE color: 5600928.

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

Color convert

RGB 160 118 85 -
CMYK 0 0.26 0.47 0.37
HSL 26.4º 0.31% 0.48% -
HSV(B) 26.4º 0.47% 0.63% -
XYZ 22.62 21.09 11.47 -
YUV 126.8 104.41 151.68 -
System Red Green Blue C M Y K H S L
Decimal 160 118 85 0 0.26 0.47 0.37 26.4 0.31 0.48
Hex A0 76 55 0 1A 2F 25 1A 1F 30
Octal 240 166 125 0 32 57 45 32 37 60
Binary 10100000 1110110 1010101 0 11010 101111 100101 11010 11111 110000

Color Harmonies of #A07655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07655

Black with #A07655

Text Example


Text Example

White with #A07655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07655; }

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

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

background-color css

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

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

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

border-color css

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

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

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