Html Css Color HEX #A07355 Pale Brown

📋 copy color: '#A07355'

red 160 ◦ green 115 ◦ blue 85

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

Shades of Pale Brown #A07355

Tints of Pale Brown #A07355

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.94%

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

R = 44.44%
G = 31.94%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A07355 (or 0xA07355) is known color: Pale Brown. HEX triplet: A0, 73 and 55. RGB value is (160,115,85). Sum of RGB (Red+Green+Blue) = 160+115+85=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A07355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07355 is #5F8CAA. Grayscale: #7D7D7D. Windows color (decimal): -6261931 or 5600160. OLE color: 5600160.

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

Color convert

RGB 160 115 85 -
CMYK 0 0.28 0.47 0.37
HSL 24º 0.31% 0.48% -
HSV(B) 24º 0.47% 0.63% -
XYZ 22.27 20.39 11.36 -
YUV 125.04 105.41 152.94 -
System Red Green Blue C M Y K H S L
Decimal 160 115 85 0 0.28 0.47 0.37 24 0.31 0.48
Hex A0 73 55 0 1C 2F 25 18 1F 30
Octal 240 163 125 0 34 57 45 30 37 60
Binary 10100000 1110011 1010101 0 11100 101111 100101 11000 11111 110000

Color Harmonies of #A07355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07355

Black with #A07355

Text Example


Text Example

White with #A07355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07355; }

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

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

background-color css

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

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

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

border-color css

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

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

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