Html Css Color HEX #A0744B Pale Brown

📋 copy color: '#A0744B'

red 160 ◦ green 116 ◦ blue 75

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

Shades of Pale Brown #A0744B

Tints of Pale Brown #A0744B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.37%

R = 45.58%
G = 33.05%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A0744B (or 0xA0744B) is known color: Pale Brown. HEX triplet: A0, 74 and 4B. RGB value is (160,116,75). Sum of RGB (Red+Green+Blue) = 160+116+75=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 160 - color contains mainly: red. Hex color #A0744B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0744B is #5F8BB4. Grayscale: #7C7C7C. Windows color (decimal): -6261685 or 4945056. OLE color: 4945056.

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

Color convert

RGB 160 116 75 -
CMYK 0 0.28 0.53 0.37
HSL 28.94º 0.36% 0.46% -
HSV(B) 28.94º 0.53% 0.63% -
XYZ 22.01 20.47 9.45 -
YUV 124.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 160 116 75 0 0.28 0.53 0.37 28.94 0.36 0.46
Hex A0 74 4B 0 1C 35 25 1D 24 2E
Octal 240 164 113 0 34 65 45 35 44 56
Binary 10100000 1110100 1001011 0 11100 110101 100101 11101 100100 101110

Color Harmonies of #A0744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0744B

Black with #A0744B

Text Example


Text Example

White with #A0744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0744B; }

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

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

background-color css

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

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

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

border-color css

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

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

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