Html Css Color HEX #A42726 Brown

📋 copy color: '#A42726'

red 164 ◦ green 39 ◦ blue 38

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

Shades of Brown #A42726

Tints of Brown #A42726

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.18%

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

R = 68.05%
G = 16.18%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A42726 (or 0xA42726) is known color: Brown. HEX triplet: A4, 27 and 26. RGB value is (164,39,38). Sum of RGB (Red+Green+Blue) = 164+39+38=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A42726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42726 is #5BD8D9. Grayscale: #4C4C4C. Windows color (decimal): -6019290 or 2500516. OLE color: 2500516.

HSL color Cylindrical-coordinate representation of color #A42726: hue angle of 0.48º 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 #A42726 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 39 38 -
CMYK 0 0.76 0.77 0.36
HSL 0.48º 0.62% 0.4% -
HSV(B) 0.48º 0.77% 0.64% -
XYZ 16.39 9.48 2.8 -
YUV 76.26 106.41 190.58 -
System Red Green Blue C M Y K H S L
Decimal 164 39 38 0 0.76 0.77 0.36 0.48 0.62 0.4
Hex A4 27 26 0 4C 4D 24 0 3E 28
Octal 244 47 46 0 114 115 44 0 76 50
Binary 10100100 100111 100110 0 1001100 1001101 100100 0 111110 101000

Color Harmonies of #A42726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42726

Black with #A42726

Text Example


Text Example

White with #A42726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42726; }

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

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

background-color css

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

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

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

border-color css

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

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

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