Html Css Color HEX #A93226 Brown

📋 copy color: '#A93226'

red 169 ◦ green 50 ◦ blue 38

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

Shades of Brown #A93226

Tints of Brown #A93226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

 BLUE value IS 38 (15.23% from 255) = 14.79%

R = 65.76%
G = 19.46%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A93226 (or 0xA93226) is known color: Brown. HEX triplet: A9, 32 and 26. RGB value is (169,50,38). Sum of RGB (Red+Green+Blue) = 169+50+38=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A93226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93226 is #56CDD9. Grayscale: #545454. Windows color (decimal): -5688794 or 2503337. OLE color: 2503337.

HSL color Cylindrical-coordinate representation of color #A93226: hue angle of 5.5º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A93226 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 50 38 -
CMYK 0 0.70 0.78 0.34
HSL 5.5º 0.63% 0.41% -
HSV(B) 5.5º 0.78% 0.66% -
XYZ 17.85 10.86 2.99 -
YUV 84.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 169 50 38 0 0.70 0.78 0.34 5.5 0.63 0.41
Hex A9 32 26 0 46 4E 22 5 3F 29
Octal 251 62 46 0 106 116 42 5 77 51
Binary 10101001 110010 100110 0 1000110 1001110 100010 101 111111 101001

Color Harmonies of #A93226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93226

Black with #A93226

Text Example


Text Example

White with #A93226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93226; }

 p { color: rgb(169,50,38); }

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

background-color css

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

 a { background-color: rgb(169,50,38); }

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

border-color css

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

 span { border-color: rgb(169,50,38); }

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