Html Css Color HEX #A93621 Brown

📋 copy color: '#A93621'

red 169 ◦ green 54 ◦ blue 33

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

Shades of Brown #A93621

Tints of Brown #A93621

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

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

R = 66.02%
G = 21.09%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A93621 (or 0xA93621) is known color: Brown. HEX triplet: A9, 36 and 21. RGB value is (169,54,33). Sum of RGB (Red+Green+Blue) = 169+54+33=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A93621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93621 is #56C9DE. Grayscale: #565656. Windows color (decimal): -5687775 or 2176681. OLE color: 2176681.

HSL color Cylindrical-coordinate representation of color #A93621: hue angle of 9.26º 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 #A93621 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 54 33 -
CMYK 0 0.68 0.80 0.34
HSL 9.26º 0.67% 0.4% -
HSV(B) 9.26º 0.8% 0.66% -
XYZ 17.96 11.18 2.65 -
YUV 85.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 169 54 33 0 0.68 0.80 0.34 9.26 0.67 0.4
Hex A9 36 21 0 44 50 22 9 43 28
Octal 251 66 41 0 104 120 42 11 103 50
Binary 10101001 110110 100001 0 1000100 1010000 100010 1001 1000011 101000

Color Harmonies of #A93621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93621

Black with #A93621

Text Example


Text Example

White with #A93621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93621; }

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

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

background-color css

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

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

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

border-color css

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

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

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