Html Css Color HEX #A5754C Pale Brown

📋 copy color: '#A5754C'

red 165 ◦ green 117 ◦ blue 76

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

Shades of Pale Brown #A5754C

Tints of Pale Brown #A5754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.68%

 BLUE value IS 76 (30.08% from 255) = 21.23%

R = 46.09%
G = 32.68%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A5754C (or 0xA5754C) is known color: Pale Brown. HEX triplet: A5, 75 and 4C. RGB value is (165,117,76). Sum of RGB (Red+Green+Blue) = 165+117+76=358 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.09% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 165 - color contains mainly: red. Hex color #A5754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5754C is #5A8AB3. Grayscale: #7E7E7E. Windows color (decimal): -5933748 or 5010853. OLE color: 5010853.

HSL color Cylindrical-coordinate representation of color #A5754C: hue angle of 27.64º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A5754C is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 117 76 -
CMYK 0 0.29 0.54 0.35
HSL 27.64º 0.37% 0.47% -
HSV(B) 27.64º 0.54% 0.65% -
XYZ 23.18 21.24 9.72 -
YUV 126.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 165 117 76 0 0.29 0.54 0.35 27.64 0.37 0.47
Hex A5 75 4C 0 1D 36 23 1C 25 2F
Octal 245 165 114 0 35 66 43 34 45 57
Binary 10100101 1110101 1001100 0 11101 110110 100011 11100 100101 101111

Color Harmonies of #A5754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5754C

Black with #A5754C

Text Example


Text Example

White with #A5754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5754C; }

 p { color: rgb(165,117,76); }

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

background-color css

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

 a { background-color: rgb(165,117,76); }

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

border-color css

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

 span { border-color: rgb(165,117,76); }

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