Html Css Color HEX #A07852 Pale Brown

📋 copy color: '#A07852'

red 160 ◦ green 120 ◦ blue 82

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

Shades of Pale Brown #A07852

Tints of Pale Brown #A07852

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.15%

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

R = 44.2%
G = 33.15%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A07852 (or 0xA07852) is known color: Pale Brown. HEX triplet: A0, 78 and 52. RGB value is (160,120,82). Sum of RGB (Red+Green+Blue) = 160+120+82=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A07852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07852 is #5F87AD. Grayscale: #7F7F7F. Windows color (decimal): -6260654 or 5404832. OLE color: 5404832.

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

Color convert

RGB 160 120 82 -
CMYK 0 0.25 0.49 0.37
HSL 29.23º 0.32% 0.47% -
HSV(B) 29.23º 0.49% 0.63% -
XYZ 22.74 21.52 10.94 -
YUV 127.63 102.25 151.09 -
System Red Green Blue C M Y K H S L
Decimal 160 120 82 0 0.25 0.49 0.37 29.23 0.32 0.47
Hex A0 78 52 0 19 31 25 1D 20 2F
Octal 240 170 122 0 31 61 45 35 40 57
Binary 10100000 1111000 1010010 0 11001 110001 100101 11101 100000 101111

Color Harmonies of #A07852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07852

Black with #A07852

Text Example


Text Example

White with #A07852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07852; }

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

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

background-color css

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

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

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

border-color css

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

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

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