Html Css Color HEX #A93021 Brown

📋 copy color: '#A93021'

red 169 ◦ green 48 ◦ blue 33

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

Shades of Brown #A93021

Tints of Brown #A93021

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

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

R = 67.6%
G = 19.2%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A93021 (or 0xA93021) is known color: Brown. HEX triplet: A9, 30 and 21. RGB value is (169,48,33). Sum of RGB (Red+Green+Blue) = 169+48+33=250 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.6% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 169 - color contains mainly: red. Hex color #A93021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93021 is #56CFDE. Grayscale: #525252. Windows color (decimal): -5689311 or 2175145. OLE color: 2175145.

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

Color convert

RGB 169 48 33 -
CMYK 0 0.72 0.80 0.34
HSL 6.62º 0.67% 0.4% -
HSV(B) 6.62º 0.8% 0.66% -
XYZ 17.69 10.66 2.56 -
YUV 82.47 100.09 189.72 -
System Red Green Blue C M Y K H S L
Decimal 169 48 33 0 0.72 0.80 0.34 6.62 0.67 0.4
Hex A9 30 21 0 48 50 22 7 43 28
Octal 251 60 41 0 110 120 42 7 103 50
Binary 10101001 110000 100001 0 1001000 1010000 100010 111 1000011 101000

Color Harmonies of #A93021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93021

Black with #A93021

Text Example


Text Example

White with #A93021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93021; }

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

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

background-color css

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

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

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

border-color css

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

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

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