Html Css Color HEX #A07353 Pale Brown

📋 copy color: '#A07353'

red 160 ◦ green 115 ◦ blue 83

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

Shades of Pale Brown #A07353

Tints of Pale Brown #A07353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.18%

R = 44.69%
G = 32.12%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A07353 (or 0xA07353) is known color: Pale Brown. HEX triplet: A0, 73 and 53. RGB value is (160,115,83). Sum of RGB (Red+Green+Blue) = 160+115+83=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A07353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07353 is #5F8CAC. Grayscale: #7C7C7C. Windows color (decimal): -6261933 or 5469088. OLE color: 5469088.

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

Color convert

RGB 160 115 83 -
CMYK 0 0.28 0.48 0.37
HSL 24.94º 0.32% 0.48% -
HSV(B) 24.94º 0.48% 0.63% -
XYZ 22.19 20.36 10.94 -
YUV 124.81 104.41 153.1 -
System Red Green Blue C M Y K H S L
Decimal 160 115 83 0 0.28 0.48 0.37 24.94 0.32 0.48
Hex A0 73 53 0 1C 30 25 19 20 30
Octal 240 163 123 0 34 60 45 31 40 60
Binary 10100000 1110011 1010011 0 11100 110000 100101 11001 100000 110000

Color Harmonies of #A07353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07353

Black with #A07353

Text Example


Text Example

White with #A07353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07353; }

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

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

background-color css

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

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

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

border-color css

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

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

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