Html Css Color HEX #A5744A Pale Brown

📋 copy color: '#A5744A'

red 165 ◦ green 116 ◦ blue 74

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

Shades of Pale Brown #A5744A

Tints of Pale Brown #A5744A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.68%

 BLUE value IS 74 (29.3% from 255) = 20.85%

R = 46.48%
G = 32.68%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5744A (or 0xA5744A) is known color: Pale Brown. HEX triplet: A5, 74 and 4A. RGB value is (165,116,74). Sum of RGB (Red+Green+Blue) = 165+116+74=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A5744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5744A is #5A8BB5. Grayscale: #7E7E7E. Windows color (decimal): -5934006 or 4879525. OLE color: 4879525.

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

Color convert

RGB 165 116 74 -
CMYK 0 0.30 0.55 0.35
HSL 27.69º 0.38% 0.47% -
HSV(B) 27.69º 0.55% 0.65% -
XYZ 23 20.98 9.32 -
YUV 125.86 98.73 155.92 -
System Red Green Blue C M Y K H S L
Decimal 165 116 74 0 0.30 0.55 0.35 27.69 0.38 0.47
Hex A5 74 4A 0 1E 37 23 1C 26 2F
Octal 245 164 112 0 36 67 43 34 46 57
Binary 10100101 1110100 1001010 0 11110 110111 100011 11100 100110 101111

Color Harmonies of #A5744A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5744A

Black with #A5744A

Text Example


Text Example

White with #A5744A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5744A; }

 p { color: rgb(165,116,74); }

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

background-color css

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

 a { background-color: rgb(165,116,74); }

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

border-color css

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

 span { border-color: rgb(165,116,74); }

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