Html Css Color HEX #A07449 Pale Brown

📋 copy color: '#A07449'

red 160 ◦ green 116 ◦ blue 73

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

Shades of Pale Brown #A07449

Tints of Pale Brown #A07449

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 20.92%

R = 45.85%
G = 33.24%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A07449 (or 0xA07449) is known color: Pale Brown. HEX triplet: A0, 74 and 49. RGB value is (160,116,73). Sum of RGB (Red+Green+Blue) = 160+116+73=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A07449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07449 is #5F8BB6. Grayscale: #7C7C7C. Windows color (decimal): -6261687 or 4813984. OLE color: 4813984.

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

Color convert

RGB 160 116 73 -
CMYK 0 0.28 0.54 0.37
HSL 29.66º 0.37% 0.46% -
HSV(B) 29.66º 0.54% 0.63% -
XYZ 21.95 20.45 9.09 -
YUV 124.25 99.08 153.5 -
System Red Green Blue C M Y K H S L
Decimal 160 116 73 0 0.28 0.54 0.37 29.66 0.37 0.46
Hex A0 74 49 0 1C 36 25 1E 25 2E
Octal 240 164 111 0 34 66 45 36 45 56
Binary 10100000 1110100 1001001 0 11100 110110 100101 11110 100101 101110

Color Harmonies of #A07449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07449

Black with #A07449

Text Example


Text Example

White with #A07449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07449; }

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

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

background-color css

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

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

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

border-color css

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

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

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