Html Css Color HEX #A07548 Pale Brown

📋 copy color: '#A07548'

red 160 ◦ green 117 ◦ blue 72

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

Shades of Pale Brown #A07548

Tints of Pale Brown #A07548

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.52%

 BLUE value IS 72 (28.52% from 255) = 20.63%

R = 45.85%
G = 33.52%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A07548 (or 0xA07548) is known color: Pale Brown. HEX triplet: A0, 75 and 48. RGB value is (160,117,72). Sum of RGB (Red+Green+Blue) = 160+117+72=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A07548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07548 is #5F8AB7. Grayscale: #7C7C7C. Windows color (decimal): -6261432 or 4748704. OLE color: 4748704.

HSL color Cylindrical-coordinate representation of color #A07548: hue angle of 30.68º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A07548 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 117 72 -
CMYK 0 0.27 0.55 0.37
HSL 30.68º 0.38% 0.45% -
HSV(B) 30.68º 0.55% 0.63% -
XYZ 22.03 20.66 8.96 -
YUV 124.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 160 117 72 0 0.27 0.55 0.37 30.68 0.38 0.45
Hex A0 75 48 0 1B 37 25 1F 26 2D
Octal 240 165 110 0 33 67 45 37 46 55
Binary 10100000 1110101 1001000 0 11011 110111 100101 11111 100110 101101

Color Harmonies of #A07548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07548

Black with #A07548

Text Example


Text Example

White with #A07548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07548; }

 p { color: rgb(160,117,72); }

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

background-color css

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

 a { background-color: rgb(160,117,72); }

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

border-color css

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

 span { border-color: rgb(160,117,72); }

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