Html Css Color HEX #A5754F Pale Brown

📋 copy color: '#A5754F'

red 165 ◦ green 117 ◦ blue 79

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

Shades of Pale Brown #A5754F

Tints of Pale Brown #A5754F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.88%

R = 45.71%
G = 32.41%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#A5754F (or 0xA5754F) is known color: Pale Brown. HEX triplet: A5, 75 and 4F. RGB value is (165,117,79). Sum of RGB (Red+Green+Blue) = 165+117+79=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5754F is #5A8AB0. Grayscale: #7F7F7F. Windows color (decimal): -5933745 or 5207461. OLE color: 5207461.

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

Color convert

RGB 165 117 79 -
CMYK 0 0.29 0.52 0.35
HSL 26.51º 0.35% 0.48% -
HSV(B) 26.51º 0.52% 0.65% -
XYZ 23.29 21.29 10.28 -
YUV 127.02 100.9 155.09 -
System Red Green Blue C M Y K H S L
Decimal 165 117 79 0 0.29 0.52 0.35 26.51 0.35 0.48
Hex A5 75 4F 0 1D 34 23 1B 23 30
Octal 245 165 117 0 35 64 43 33 43 60
Binary 10100101 1110101 1001111 0 11101 110100 100011 11011 100011 110000

Color Harmonies of #A5754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5754F

Black with #A5754F

Text Example


Text Example

White with #A5754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5754F; }

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

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

background-color css

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

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

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

border-color css

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

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

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