Html Css Color HEX #A0774E Pale Brown

📋 copy color: '#A0774E'

red 160 ◦ green 119 ◦ blue 78

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

Shades of Pale Brown #A0774E

Tints of Pale Brown #A0774E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.33%

 BLUE value IS 78 (30.86% from 255) = 21.85%

R = 44.82%
G = 33.33%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A0774E (or 0xA0774E) is known color: Pale Brown. HEX triplet: A0, 77 and 4E. RGB value is (160,119,78). Sum of RGB (Red+Green+Blue) = 160+119+78=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A0774E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0774E is #5F88B1. Grayscale: #7E7E7E. Windows color (decimal): -6260914 or 5142432. OLE color: 5142432.

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

Color convert

RGB 160 119 78 -
CMYK 0 0.26 0.51 0.37
HSL 30º 0.34% 0.47% -
HSV(B) 30º 0.51% 0.63% -
XYZ 22.47 21.22 10.12 -
YUV 126.59 100.58 151.83 -
System Red Green Blue C M Y K H S L
Decimal 160 119 78 0 0.26 0.51 0.37 30 0.34 0.47
Hex A0 77 4E 0 1A 33 25 1E 22 2F
Octal 240 167 116 0 32 63 45 36 42 57
Binary 10100000 1110111 1001110 0 11010 110011 100101 11110 100010 101111

Color Harmonies of #A0774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0774E

Black with #A0774E

Text Example


Text Example

White with #A0774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0774E; }

 p { color: rgb(160,119,78); }

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

background-color css

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

 a { background-color: rgb(160,119,78); }

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

border-color css

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

 span { border-color: rgb(160,119,78); }

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