Html Css Color HEX #A92424 Brown

📋 copy color: '#A92424'

red 169 ◦ green 36 ◦ blue 36

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

Shades of Brown #A92424

Tints of Brown #A92424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.94%

 BLUE value IS 36 (14.45% from 255) = 14.94%

R = 70.12%
G = 14.94%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A92424 (or 0xA92424) is known color: Brown. HEX triplet: A9, 24 and 24. RGB value is (169,36,36). Sum of RGB (Red+Green+Blue) = 169+36+36=241 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.12% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 169 - color contains mainly: red. Hex color #A92424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92424 is #56DBDB. Grayscale: #4B4B4B. Windows color (decimal): -5692380 or 2368681. OLE color: 2368681.

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

Color convert

RGB 169 36 36 -
CMYK 0 0.79 0.79 0.34
HSL 0.65% 0.4% -
HSV(B) 0.79% 0.66% -
XYZ 17.31 9.82 2.65 -
YUV 75.77 105.56 194.5 -
System Red Green Blue C M Y K H S L
Decimal 169 36 36 0 0.79 0.79 0.34 0 0.65 0.4
Hex A9 24 24 0 4F 4F 22 0 41 28
Octal 251 44 44 0 117 117 42 0 101 50
Binary 10101001 100100 100100 0 1001111 1001111 100010 0 1000001 101000

Color Harmonies of #A92424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92424

Black with #A92424

Text Example


Text Example

White with #A92424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92424; }

 p { color: rgb(169,36,36); }

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

background-color css

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

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

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

border-color css

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

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

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