Html Css Color HEX #A07958 Pale Brown

📋 copy color: '#A07958'

red 160 ◦ green 121 ◦ blue 88

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

Shades of Pale Brown #A07958

Tints of Pale Brown #A07958

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.79%

 BLUE value IS 88 (34.77% from 255) = 23.85%

R = 43.36%
G = 32.79%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.37

RGB Variations

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

Color information

#A07958 (or 0xA07958) is known color: Pale Brown. HEX triplet: A0, 79 and 58. RGB value is (160,121,88). Sum of RGB (Red+Green+Blue) = 160+121+88=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A07958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07958 is #5F86A7. Grayscale: #818181. Windows color (decimal): -6260392 or 5798304. OLE color: 5798304.

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

Color convert

RGB 160 121 88 -
CMYK 0 0.24 0.45 0.37
HSL 27.5º 0.29% 0.49% -
HSV(B) 27.5º 0.45% 0.63% -
XYZ 23.1 21.85 12.23 -
YUV 128.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 160 121 88 0 0.24 0.45 0.37 27.5 0.29 0.49
Hex A0 79 58 0 18 2D 25 1C 1D 31
Octal 240 171 130 0 30 55 45 34 35 61
Binary 10100000 1111001 1011000 0 11000 101101 100101 11100 11101 110001

Color Harmonies of #A07958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07958

Black with #A07958

Text Example


Text Example

White with #A07958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07958; }

 p { color: rgb(160,121,88); }

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

background-color css

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

 a { background-color: rgb(160,121,88); }

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

border-color css

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

 span { border-color: rgb(160,121,88); }

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