Html Css Color HEX #A07253 Pale Brown

📋 copy color: '#A07253'

red 160 ◦ green 114 ◦ blue 83

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

Shades of Pale Brown #A07253

Tints of Pale Brown #A07253

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.93%

 BLUE value IS 83 (32.81% from 255) = 23.25%

R = 44.82%
G = 31.93%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A07253 (or 0xA07253) is known color: Pale Brown. HEX triplet: A0, 72 and 53. RGB value is (160,114,83). Sum of RGB (Red+Green+Blue) = 160+114+83=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A07253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07253 is #5F8DAC. Grayscale: #7C7C7C. Windows color (decimal): -6262189 or 5468832. OLE color: 5468832.

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

Color convert

RGB 160 114 83 -
CMYK 0 0.29 0.48 0.37
HSL 24.16º 0.32% 0.48% -
HSV(B) 24.16º 0.48% 0.63% -
XYZ 22.08 20.13 10.91 -
YUV 124.22 104.74 153.52 -
System Red Green Blue C M Y K H S L
Decimal 160 114 83 0 0.29 0.48 0.37 24.16 0.32 0.48
Hex A0 72 53 0 1D 30 25 18 20 30
Octal 240 162 123 0 35 60 45 30 40 60
Binary 10100000 1110010 1010011 0 11101 110000 100101 11000 100000 110000

Color Harmonies of #A07253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07253

Black with #A07253

Text Example


Text Example

White with #A07253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07253; }

 p { color: rgb(160,114,83); }

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

background-color css

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

 a { background-color: rgb(160,114,83); }

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

border-color css

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

 span { border-color: rgb(160,114,83); }

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