Html Css Color HEX #A07246 Pale Brown

📋 copy color: '#A07246'

red 160 ◦ green 114 ◦ blue 70

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

Shades of Pale Brown #A07246

Tints of Pale Brown #A07246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.14%

 BLUE value IS 70 (27.73% from 255) = 20.35%

R = 46.51%
G = 33.14%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#A07246 (or 0xA07246) is known color: Pale Brown. HEX triplet: A0, 72 and 46. RGB value is (160,114,70). Sum of RGB (Red+Green+Blue) = 160+114+70=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A07246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07246 is #5F8DB9. Grayscale: #7A7A7A. Windows color (decimal): -6262202 or 4616864. OLE color: 4616864.

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

Color convert

RGB 160 114 70 -
CMYK 0 0.29 0.56 0.37
HSL 29.33º 0.39% 0.45% -
HSV(B) 29.33º 0.56% 0.63% -
XYZ 21.62 19.95 8.51 -
YUV 122.74 98.24 154.58 -
System Red Green Blue C M Y K H S L
Decimal 160 114 70 0 0.29 0.56 0.37 29.33 0.39 0.45
Hex A0 72 46 0 1D 38 25 1D 27 2D
Octal 240 162 106 0 35 70 45 35 47 55
Binary 10100000 1110010 1000110 0 11101 111000 100101 11101 100111 101101

Color Harmonies of #A07246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07246

Black with #A07246

Text Example


Text Example

White with #A07246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07246; }

 p { color: rgb(160,114,70); }

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

background-color css

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

 a { background-color: rgb(160,114,70); }

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

border-color css

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

 span { border-color: rgb(160,114,70); }

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