Html Css Color HEX #A07350 Pale Brown

📋 copy color: '#A07350'

red 160 ◦ green 115 ◦ blue 80

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

Shades of Pale Brown #A07350

Tints of Pale Brown #A07350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 45.07%
G = 32.39%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A07350 (or 0xA07350) is known color: Pale Brown. HEX triplet: A0, 73 and 50. RGB value is (160,115,80). Sum of RGB (Red+Green+Blue) = 160+115+80=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A07350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07350 is #5F8CAF. Grayscale: #7C7C7C. Windows color (decimal): -6261936 or 5272480. OLE color: 5272480.

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

Color convert

RGB 160 115 80 -
CMYK 0 0.28 0.5 0.37
HSL 26.25º 0.33% 0.47% -
HSV(B) 26.25º 0.5% 0.63% -
XYZ 22.08 20.31 10.35 -
YUV 124.47 102.91 153.35 -
System Red Green Blue C M Y K H S L
Decimal 160 115 80 0 0.28 0.5 0.37 26.25 0.33 0.47
Hex A0 73 50 0 1C 32 25 1A 21 2F
Octal 240 163 120 0 34 62 45 32 41 57
Binary 10100000 1110011 1010000 0 11100 110010 100101 11010 100001 101111

Color Harmonies of #A07350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07350

Black with #A07350

Text Example


Text Example

White with #A07350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07350; }

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

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

background-color css

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

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

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

border-color css

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

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

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