Html Css Color HEX #A0774F Pale Brown

📋 copy color: '#A0774F'

red 160 ◦ green 119 ◦ blue 79

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

Shades of Pale Brown #A0774F

Tints of Pale Brown #A0774F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.07%

R = 44.69%
G = 33.24%
B = 22.07%

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

#A0774F (or 0xA0774F) is known color: Pale Brown. HEX triplet: A0, 77 and 4F. RGB value is (160,119,79). Sum of RGB (Red+Green+Blue) = 160+119+79=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A0774F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0774F is #5F88B0. Grayscale: #7E7E7E. Windows color (decimal): -6260913 or 5207968. OLE color: 5207968.

HSL color Cylindrical-coordinate representation of color #A0774F: hue angle of 29.63º 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 #A0774F is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 119 79 -
CMYK 0 0.26 0.51 0.37
HSL 29.63º 0.34% 0.47% -
HSV(B) 29.63º 0.51% 0.63% -
XYZ 22.51 21.23 10.31 -
YUV 126.7 101.08 151.75 -
System Red Green Blue C M Y K H S L
Decimal 160 119 79 0 0.26 0.51 0.37 29.63 0.34 0.47
Hex A0 77 4F 0 1A 33 25 1E 22 2F
Octal 240 167 117 0 32 63 45 36 42 57
Binary 10100000 1110111 1001111 0 11010 110011 100101 11110 100010 101111

Color Harmonies of #A0774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0774F

Black with #A0774F

Text Example


Text Example

White with #A0774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0774F; }

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

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

background-color css

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

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

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

border-color css

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

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

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