Html Css Color HEX #A07752 Pale Brown

📋 copy color: '#A07752'

red 160 ◦ green 119 ◦ blue 82

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

Shades of Pale Brown #A07752

Tints of Pale Brown #A07752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 22.71%

R = 44.32%
G = 32.96%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A07752 (or 0xA07752) is known color: Pale Brown. HEX triplet: A0, 77 and 52. RGB value is (160,119,82). Sum of RGB (Red+Green+Blue) = 160+119+82=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A07752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07752 is #5F88AD. Grayscale: #7F7F7F. Windows color (decimal): -6260910 or 5404576. OLE color: 5404576.

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

Color convert

RGB 160 119 82 -
CMYK 0 0.26 0.49 0.37
HSL 28.46º 0.32% 0.47% -
HSV(B) 28.46º 0.49% 0.63% -
XYZ 22.62 21.28 10.9 -
YUV 127.04 102.58 151.51 -
System Red Green Blue C M Y K H S L
Decimal 160 119 82 0 0.26 0.49 0.37 28.46 0.32 0.47
Hex A0 77 52 0 1A 31 25 1C 20 2F
Octal 240 167 122 0 32 61 45 34 40 57
Binary 10100000 1110111 1010010 0 11010 110001 100101 11100 100000 101111

Color Harmonies of #A07752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07752

Black with #A07752

Text Example


Text Example

White with #A07752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07752; }

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

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

background-color css

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

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

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

border-color css

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

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

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