Html Css Color HEX #A07343 Pale Brown

📋 copy color: '#A07343'

red 160 ◦ green 115 ◦ blue 67

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

Shades of Pale Brown #A07343

Tints of Pale Brown #A07343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.59%

R = 46.78%
G = 33.63%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A07343 (or 0xA07343) is known color: Pale Brown. HEX triplet: A0, 73 and 43. RGB value is (160,115,67). Sum of RGB (Red+Green+Blue) = 160+115+67=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 67 (26.56% from 255 or 19.59% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A07343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07343 is #5F8CBC. Grayscale: #7B7B7B. Windows color (decimal): -6261949 or 4420512. OLE color: 4420512.

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

Color convert

RGB 160 115 67 -
CMYK 0 0.28 0.58 0.37
HSL 30.97º 0.41% 0.45% -
HSV(B) 30.97º 0.58% 0.63% -
XYZ 21.64 20.14 8.06 -
YUV 122.98 96.41 154.4 -
System Red Green Blue C M Y K H S L
Decimal 160 115 67 0 0.28 0.58 0.37 30.97 0.41 0.45
Hex A0 73 43 0 1C 3A 25 1F 29 2D
Octal 240 163 103 0 34 72 45 37 51 55
Binary 10100000 1110011 1000011 0 11100 111010 100101 11111 101001 101101

Color Harmonies of #A07343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07343

Black with #A07343

Text Example


Text Example

White with #A07343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07343; }

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

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

background-color css

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

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

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

border-color css

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

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

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