Html Css Color HEX #A0754D Pale Brown

📋 copy color: '#A0754D'

red 160 ◦ green 117 ◦ blue 77

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

Shades of Pale Brown #A0754D

Tints of Pale Brown #A0754D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.05%

 BLUE value IS 77 (30.47% from 255) = 21.75%

R = 45.2%
G = 33.05%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0754D (or 0xA0754D) is known color: Pale Brown. HEX triplet: A0, 75 and 4D. RGB value is (160,117,77). Sum of RGB (Red+Green+Blue) = 160+117+77=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0754D is #5F8AB2. Grayscale: #7D7D7D. Windows color (decimal): -6261427 or 5076384. OLE color: 5076384.

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

Color convert

RGB 160 117 77 -
CMYK 0 0.27 0.52 0.37
HSL 28.92º 0.35% 0.46% -
HSV(B) 28.92º 0.52% 0.63% -
XYZ 22.2 20.73 9.85 -
YUV 125.3 100.75 152.75 -
System Red Green Blue C M Y K H S L
Decimal 160 117 77 0 0.27 0.52 0.37 28.92 0.35 0.46
Hex A0 75 4D 0 1B 34 25 1D 23 2E
Octal 240 165 115 0 33 64 45 35 43 56
Binary 10100000 1110101 1001101 0 11011 110100 100101 11101 100011 101110

Color Harmonies of #A0754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0754D

Black with #A0754D

Text Example


Text Example

White with #A0754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0754D; }

 p { color: rgb(160,117,77); }

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

background-color css

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

 a { background-color: rgb(160,117,77); }

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

border-color css

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

 span { border-color: rgb(160,117,77); }

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