Html Css Color HEX #A93521 Brown

📋 copy color: '#A93521'

red 169 ◦ green 53 ◦ blue 33

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

Shades of Brown #A93521

Tints of Brown #A93521

RGB

 RED value IS 169 (66.41% from 255) = 66.27%

 GREEN value IS 53 (21.09% from 255) = 20.78%

 BLUE value IS 33 (13.28% from 255) = 12.94%

R = 66.27%
G = 20.78%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A93521 (or 0xA93521) is known color: Brown. HEX triplet: A9, 35 and 21. RGB value is (169,53,33). Sum of RGB (Red+Green+Blue) = 169+53+33=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 33 (13.28% from 255 or 12.94% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A93521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93521 is #56CADE. Grayscale: #555555. Windows color (decimal): -5688031 or 2176425. OLE color: 2176425.

HSL color Cylindrical-coordinate representation of color #A93521: hue angle of 8.82º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A93521 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 53 33 -
CMYK 0 0.69 0.80 0.34
HSL 8.82º 0.67% 0.4% -
HSV(B) 8.82º 0.8% 0.66% -
XYZ 17.91 11.09 2.64 -
YUV 85.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 169 53 33 0 0.69 0.80 0.34 8.82 0.67 0.4
Hex A9 35 21 0 45 50 22 9 43 28
Octal 251 65 41 0 105 120 42 11 103 50
Binary 10101001 110101 100001 0 1000101 1010000 100010 1001 1000011 101000

Color Harmonies of #A93521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93521

Black with #A93521

Text Example


Text Example

White with #A93521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93521; }

 p { color: rgb(169,53,33); }

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

background-color css

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

 a { background-color: rgb(169,53,33); }

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

border-color css

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

 span { border-color: rgb(169,53,33); }

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