Html Css Color HEX #A07453 Pale Brown

📋 copy color: '#A07453'

red 160 ◦ green 116 ◦ blue 83

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

Shades of Pale Brown #A07453

Tints of Pale Brown #A07453

RGB

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

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

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

R = 44.57%
G = 32.31%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A07453 (or 0xA07453) is known color: Pale Brown. HEX triplet: A0, 74 and 53. RGB value is (160,116,83). Sum of RGB (Red+Green+Blue) = 160+116+83=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A07453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07453 is #5F8BAC. Grayscale: #7D7D7D. Windows color (decimal): -6261677 or 5469344. OLE color: 5469344.

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

Color convert

RGB 160 116 83 -
CMYK 0 0.28 0.48 0.37
HSL 25.71º 0.32% 0.48% -
HSV(B) 25.71º 0.48% 0.63% -
XYZ 22.3 20.59 10.98 -
YUV 125.39 104.08 152.68 -
System Red Green Blue C M Y K H S L
Decimal 160 116 83 0 0.28 0.48 0.37 25.71 0.32 0.48
Hex A0 74 53 0 1C 30 25 1A 20 30
Octal 240 164 123 0 34 60 45 32 40 60
Binary 10100000 1110100 1010011 0 11100 110000 100101 11010 100000 110000

Color Harmonies of #A07453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07453

Black with #A07453

Text Example


Text Example

White with #A07453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07453; }

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

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

background-color css

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

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

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

border-color css

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

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

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