Html Css Color HEX #A07145 Pale Brown

📋 copy color: '#A07145'

red 160 ◦ green 113 ◦ blue 69

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

Shades of Pale Brown #A07145

Tints of Pale Brown #A07145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.04%

 BLUE value IS 69 (27.34% from 255) = 20.18%

R = 46.78%
G = 33.04%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A07145 (or 0xA07145) is known color: Pale Brown. HEX triplet: A0, 71 and 45. RGB value is (160,113,69). Sum of RGB (Red+Green+Blue) = 160+113+69=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A07145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07145 is #5F8EBA. Grayscale: #7A7A7A. Windows color (decimal): -6262459 or 4551072. OLE color: 4551072.

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

Color convert

RGB 160 113 69 -
CMYK 0 0.29 0.57 0.37
HSL 29.01º 0.4% 0.45% -
HSV(B) 29.01º 0.57% 0.63% -
XYZ 21.48 19.71 8.3 -
YUV 122.04 98.07 155.08 -
System Red Green Blue C M Y K H S L
Decimal 160 113 69 0 0.29 0.57 0.37 29.01 0.4 0.45
Hex A0 71 45 0 1D 39 25 1D 28 2D
Octal 240 161 105 0 35 71 45 35 50 55
Binary 10100000 1110001 1000101 0 11101 111001 100101 11101 101000 101101

Color Harmonies of #A07145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07145

Black with #A07145

Text Example


Text Example

White with #A07145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07145; }

 p { color: rgb(160,113,69); }

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

background-color css

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

 a { background-color: rgb(160,113,69); }

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

border-color css

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

 span { border-color: rgb(160,113,69); }

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