Html Css Color HEX #A07451 Pale Brown

📋 copy color: '#A07451'

red 160 ◦ green 116 ◦ blue 81

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

Shades of Pale Brown #A07451

Tints of Pale Brown #A07451

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.49%

 BLUE value IS 81 (32.03% from 255) = 22.69%

R = 44.82%
G = 32.49%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A07451 (or 0xA07451) is known color: Pale Brown. HEX triplet: A0, 74 and 51. RGB value is (160,116,81). Sum of RGB (Red+Green+Blue) = 160+116+81=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 81 (32.03% from 255 or 22.69% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A07451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07451 is #5F8BAE. Grayscale: #7D7D7D. Windows color (decimal): -6261679 or 5338272. OLE color: 5338272.

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

Color convert

RGB 160 116 81 -
CMYK 0 0.28 0.49 0.37
HSL 26.58º 0.33% 0.47% -
HSV(B) 26.58º 0.49% 0.63% -
XYZ 22.23 20.56 10.58 -
YUV 125.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 160 116 81 0 0.28 0.49 0.37 26.58 0.33 0.47
Hex A0 74 51 0 1C 31 25 1B 21 2F
Octal 240 164 121 0 34 61 45 33 41 57
Binary 10100000 1110100 1010001 0 11100 110001 100101 11011 100001 101111

Color Harmonies of #A07451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07451

Black with #A07451

Text Example


Text Example

White with #A07451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07451; }

 p { color: rgb(160,116,81); }

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

background-color css

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

 a { background-color: rgb(160,116,81); }

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

border-color css

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

 span { border-color: rgb(160,116,81); }

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