Html Css Color HEX #A07345 Pale Brown

📋 copy color: '#A07345'

red 160 ◦ green 115 ◦ blue 69

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

Shades of Pale Brown #A07345

Tints of Pale Brown #A07345

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.43%

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

R = 46.51%
G = 33.43%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A07345 (or 0xA07345) is known color: Pale Brown. HEX triplet: A0, 73 and 45. RGB value is (160,115,69). Sum of RGB (Red+Green+Blue) = 160+115+69=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 69 (27.34% from 255 or 20.06% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A07345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07345 is #5F8CBA. Grayscale: #7B7B7B. Windows color (decimal): -6261947 or 4551584. OLE color: 4551584.

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

Color convert

RGB 160 115 69 -
CMYK 0 0.28 0.57 0.37
HSL 30.33º 0.4% 0.45% -
HSV(B) 30.33º 0.57% 0.63% -
XYZ 21.7 20.16 8.38 -
YUV 123.21 97.41 154.24 -
System Red Green Blue C M Y K H S L
Decimal 160 115 69 0 0.28 0.57 0.37 30.33 0.4 0.45
Hex A0 73 45 0 1C 39 25 1E 28 2D
Octal 240 163 105 0 34 71 45 36 50 55
Binary 10100000 1110011 1000101 0 11100 111001 100101 11110 101000 101101

Color Harmonies of #A07345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07345

Black with #A07345

Text Example


Text Example

White with #A07345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07345; }

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

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

background-color css

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

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

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

border-color css

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

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

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