Html Css Color HEX #A07754 Pale Brown

📋 copy color: '#A07754'

red 160 ◦ green 119 ◦ blue 84

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

Shades of Pale Brown #A07754

Tints of Pale Brown #A07754

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.78%

 BLUE value IS 84 (33.2% from 255) = 23.14%

R = 44.08%
G = 32.78%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A07754 (or 0xA07754) is known color: Pale Brown. HEX triplet: A0, 77 and 54. RGB value is (160,119,84). Sum of RGB (Red+Green+Blue) = 160+119+84=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 84 (33.20% from 255 or 23.14% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A07754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07754 is #5F88AB. Grayscale: #7F7F7F. Windows color (decimal): -6260908 or 5535648. OLE color: 5535648.

HSL color Cylindrical-coordinate representation of color #A07754: hue angle of 27.63º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A07754 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 119 84 -
CMYK 0 0.26 0.48 0.37
HSL 27.63º 0.31% 0.48% -
HSV(B) 27.63º 0.48% 0.63% -
XYZ 22.69 21.31 11.3 -
YUV 127.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 160 119 84 0 0.26 0.48 0.37 27.63 0.31 0.48
Hex A0 77 54 0 1A 30 25 1C 1F 30
Octal 240 167 124 0 32 60 45 34 37 60
Binary 10100000 1110111 1010100 0 11010 110000 100101 11100 11111 110000

Color Harmonies of #A07754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07754

Black with #A07754

Text Example


Text Example

White with #A07754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07754; }

 p { color: rgb(160,119,84); }

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

background-color css

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

 a { background-color: rgb(160,119,84); }

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

border-color css

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

 span { border-color: rgb(160,119,84); }

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