Html Css Color HEX #A1754B Pale Brown

📋 copy color: '#A1754B'

red 161 ◦ green 117 ◦ blue 75

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

Shades of Pale Brown #A1754B

Tints of Pale Brown #A1754B

RGB

 RED value IS 161 (63.28% from 255) = 45.61%

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

 BLUE value IS 75 (29.69% from 255) = 21.25%

R = 45.61%
G = 33.14%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1754B (or 0xA1754B) is known color: Pale Brown. HEX triplet: A1, 75 and 4B. RGB value is (161,117,75). Sum of RGB (Red+Green+Blue) = 161+117+75=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 117 (46.09% from 255 or 33.14% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A1754B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1754B is #5E8AB4. Grayscale: #7D7D7D. Windows color (decimal): -6195893 or 4945313. OLE color: 4945313.

HSL color Cylindrical-coordinate representation of color #A1754B: hue angle of 29.3º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1754B is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 117 75 -
CMYK 0 0.27 0.53 0.37
HSL 29.3º 0.36% 0.46% -
HSV(B) 29.3º 0.53% 0.63% -
XYZ 22.33 20.81 9.5 -
YUV 125.37 99.58 153.42 -
System Red Green Blue C M Y K H S L
Decimal 161 117 75 0 0.27 0.53 0.37 29.3 0.36 0.46
Hex A1 75 4B 0 1B 35 25 1D 24 2E
Octal 241 165 113 0 33 65 45 35 44 56
Binary 10100001 1110101 1001011 0 11011 110101 100101 11101 100100 101110

Color Harmonies of #A1754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1754B

Black with #A1754B

Text Example


Text Example

White with #A1754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1754B; }

 p { color: rgb(161,117,75); }

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

background-color css

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

 a { background-color: rgb(161,117,75); }

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

border-color css

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

 span { border-color: rgb(161,117,75); }

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