Html Css Color HEX #A5764E Pale Brown

📋 copy color: '#A5764E'

red 165 ◦ green 118 ◦ blue 78

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

Shades of Pale Brown #A5764E

Tints of Pale Brown #A5764E

RGB

 RED value IS 165 (64.84% from 255) = 45.71%

 GREEN value IS 118 (46.48% from 255) = 32.69%

 BLUE value IS 78 (30.86% from 255) = 21.61%

R = 45.71%
G = 32.69%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5764E (or 0xA5764E) is known color: Pale Brown. HEX triplet: A5, 76 and 4E. RGB value is (165,118,78). Sum of RGB (Red+Green+Blue) = 165+118+78=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5764E is #5A89B1. Grayscale: #7F7F7F. Windows color (decimal): -5933490 or 5142181. OLE color: 5142181.

HSL color Cylindrical-coordinate representation of color #A5764E: hue angle of 27.59º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A5764E is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 118 78 -
CMYK 0 0.28 0.53 0.35
HSL 27.59º 0.36% 0.48% -
HSV(B) 27.59º 0.53% 0.65% -
XYZ 23.37 21.51 10.13 -
YUV 127.49 100.07 154.75 -
System Red Green Blue C M Y K H S L
Decimal 165 118 78 0 0.28 0.53 0.35 27.59 0.36 0.48
Hex A5 76 4E 0 1C 35 23 1C 24 30
Octal 245 166 116 0 34 65 43 34 44 60
Binary 10100101 1110110 1001110 0 11100 110101 100011 11100 100100 110000

Color Harmonies of #A5764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5764E

Black with #A5764E

Text Example


Text Example

White with #A5764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5764E; }

 p { color: rgb(165,118,78); }

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

background-color css

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

 a { background-color: rgb(165,118,78); }

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

border-color css

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

 span { border-color: rgb(165,118,78); }

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