Html Css Color HEX #A07255 Pale Brown

📋 copy color: '#A07255'

red 160 ◦ green 114 ◦ blue 85

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

Shades of Pale Brown #A07255

Tints of Pale Brown #A07255

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.75%

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

R = 44.57%
G = 31.75%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A07255 (or 0xA07255) is known color: Pale Brown. HEX triplet: A0, 72 and 55. RGB value is (160,114,85). Sum of RGB (Red+Green+Blue) = 160+114+85=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 85 (33.59% from 255 or 23.68% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A07255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07255 is #5F8DAA. Grayscale: #7C7C7C. Windows color (decimal): -6262187 or 5599904. OLE color: 5599904.

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

Color convert

RGB 160 114 85 -
CMYK 0 0.29 0.47 0.37
HSL 23.2º 0.31% 0.48% -
HSV(B) 23.2º 0.47% 0.63% -
XYZ 22.15 20.16 11.32 -
YUV 124.45 105.74 153.36 -
System Red Green Blue C M Y K H S L
Decimal 160 114 85 0 0.29 0.47 0.37 23.2 0.31 0.48
Hex A0 72 55 0 1D 2F 25 17 1F 30
Octal 240 162 125 0 35 57 45 27 37 60
Binary 10100000 1110010 1010101 0 11101 101111 100101 10111 11111 110000

Color Harmonies of #A07255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07255

Black with #A07255

Text Example


Text Example

White with #A07255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07255; }

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

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

background-color css

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

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

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

border-color css

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

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

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