Html Css Color HEX #A07452 Pale Brown

📋 copy color: '#A07452'

red 160 ◦ green 116 ◦ blue 82

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

Shades of Pale Brown #A07452

Tints of Pale Brown #A07452

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.4%

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

R = 44.69%
G = 32.4%
B = 22.91%

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

#A07452 (or 0xA07452) is known color: Pale Brown. HEX triplet: A0, 74 and 52. RGB value is (160,116,82). Sum of RGB (Red+Green+Blue) = 160+116+82=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A07452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07452 is #5F8BAD. Grayscale: #7D7D7D. Windows color (decimal): -6261678 or 5403808. OLE color: 5403808.

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

Color convert

RGB 160 116 82 -
CMYK 0 0.28 0.49 0.37
HSL 26.15º 0.32% 0.47% -
HSV(B) 26.15º 0.49% 0.63% -
XYZ 22.27 20.57 10.78 -
YUV 125.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 160 116 82 0 0.28 0.49 0.37 26.15 0.32 0.47
Hex A0 74 52 0 1C 31 25 1A 20 2F
Octal 240 164 122 0 34 61 45 32 40 57
Binary 10100000 1110100 1010010 0 11100 110001 100101 11010 100000 101111

Color Harmonies of #A07452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07452

Black with #A07452

Text Example


Text Example

White with #A07452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07452; }

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

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

background-color css

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

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

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

border-color css

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

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

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