Html Css Color HEX #A07455 Pale Brown

📋 copy color: '#A07455'

red 160 ◦ green 116 ◦ blue 85

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

Shades of Pale Brown #A07455

Tints of Pale Brown #A07455

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.13%

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

R = 44.32%
G = 32.13%
B = 23.55%

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

#A07455 (or 0xA07455) is known color: Pale Brown. HEX triplet: A0, 74 and 55. RGB value is (160,116,85). Sum of RGB (Red+Green+Blue) = 160+116+85=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A07455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07455 is #5F8BAA. Grayscale: #7D7D7D. Windows color (decimal): -6261675 or 5600416. OLE color: 5600416.

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

Color convert

RGB 160 116 85 -
CMYK 0 0.28 0.47 0.37
HSL 24.8º 0.31% 0.48% -
HSV(B) 24.8º 0.47% 0.63% -
XYZ 22.38 20.62 11.39 -
YUV 125.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 160 116 85 0 0.28 0.47 0.37 24.8 0.31 0.48
Hex A0 74 55 0 1C 2F 25 19 1F 30
Octal 240 164 125 0 34 57 45 31 37 60
Binary 10100000 1110100 1010101 0 11100 101111 100101 11001 11111 110000

Color Harmonies of #A07455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07455

Black with #A07455

Text Example


Text Example

White with #A07455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07455; }

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

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

background-color css

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

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

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

border-color css

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

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

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