Html Css Color HEX #A07352 Pale Brown

📋 copy color: '#A07352'

red 160 ◦ green 115 ◦ blue 82

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

Shades of Pale Brown #A07352

Tints of Pale Brown #A07352

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

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

R = 44.82%
G = 32.21%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A07352 (or 0xA07352) is known color: Pale Brown. HEX triplet: A0, 73 and 52. RGB value is (160,115,82). Sum of RGB (Red+Green+Blue) = 160+115+82=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A07352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07352 is #5F8CAD. Grayscale: #7C7C7C. Windows color (decimal): -6261934 or 5403552. OLE color: 5403552.

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

Color convert

RGB 160 115 82 -
CMYK 0 0.28 0.49 0.37
HSL 25.38º 0.32% 0.47% -
HSV(B) 25.38º 0.49% 0.63% -
XYZ 22.15 20.34 10.74 -
YUV 124.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 160 115 82 0 0.28 0.49 0.37 25.38 0.32 0.47
Hex A0 73 52 0 1C 31 25 19 20 2F
Octal 240 163 122 0 34 61 45 31 40 57
Binary 10100000 1110011 1010010 0 11100 110001 100101 11001 100000 101111

Color Harmonies of #A07352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07352

Black with #A07352

Text Example


Text Example

White with #A07352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07352; }

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

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

background-color css

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

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

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

border-color css

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

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

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