Html Css Color HEX #A0764C Pale Brown

📋 copy color: '#A0764C'

red 160 ◦ green 118 ◦ blue 76

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

Shades of Pale Brown #A0764C

Tints of Pale Brown #A0764C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.33%

 BLUE value IS 76 (30.08% from 255) = 21.47%

R = 45.2%
G = 33.33%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A0764C (or 0xA0764C) is known color: Pale Brown. HEX triplet: A0, 76 and 4C. RGB value is (160,118,76). Sum of RGB (Red+Green+Blue) = 160+118+76=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0764C is #5F89B3. Grayscale: #7D7D7D. Windows color (decimal): -6261172 or 5011104. OLE color: 5011104.

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

Color convert

RGB 160 118 76 -
CMYK 0 0.26 0.52 0.37
HSL 30º 0.36% 0.46% -
HSV(B) 30º 0.53% 0.63% -
XYZ 22.28 20.95 9.71 -
YUV 125.77 99.91 152.42 -
System Red Green Blue C M Y K H S L
Decimal 160 118 76 0 0.26 0.52 0.37 30 0.36 0.46
Hex A0 76 4C 0 1A 34 25 1E 24 2E
Octal 240 166 114 0 32 64 45 36 44 56
Binary 10100000 1110110 1001100 0 11010 110100 100101 11110 100100 101110

Color Harmonies of #A0764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0764C

Black with #A0764C

Text Example


Text Example

White with #A0764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0764C; }

 p { color: rgb(160,118,76); }

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

background-color css

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

 a { background-color: rgb(160,118,76); }

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

border-color css

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

 span { border-color: rgb(160,118,76); }

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