Html Css Color HEX #A42626 Brown

📋 copy color: '#A42626'

red 164 ◦ green 38 ◦ blue 38

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

Shades of Brown #A42626

Tints of Brown #A42626

RGB

 RED value IS 164 (64.45% from 255) = 68.33%

 GREEN value IS 38 (15.23% from 255) = 15.83%

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

R = 68.33%
G = 15.83%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A42626 (or 0xA42626) is known color: Brown. HEX triplet: A4, 26 and 26. RGB value is (164,38,38). Sum of RGB (Red+Green+Blue) = 164+38+38=240 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.33% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 164 - color contains mainly: red. Hex color #A42626 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42626 is #5BD9D9. Grayscale: #4B4B4B. Windows color (decimal): -6019546 or 2500260. OLE color: 2500260.

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

Color convert

RGB 164 38 38 -
CMYK 0 0.77 0.77 0.36
HSL 0.62% 0.4% -
HSV(B) 0.77% 0.64% -
XYZ 16.35 9.42 2.79 -
YUV 75.67 106.74 191 -
System Red Green Blue C M Y K H S L
Decimal 164 38 38 0 0.77 0.77 0.36 0 0.62 0.4
Hex A4 26 26 0 4D 4D 24 0 3E 28
Octal 244 46 46 0 115 115 44 0 76 50
Binary 10100100 100110 100110 0 1001101 1001101 100100 0 111110 101000

Color Harmonies of #A42626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42626

Black with #A42626

Text Example


Text Example

White with #A42626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42626; }

 p { color: rgb(164,38,38); }

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

background-color css

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

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

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

border-color css

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

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

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