Html Css Color HEX #A42E2A Brown

📋 copy color: '#A42E2A'

red 164 ◦ green 46 ◦ blue 42

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

Shades of Brown #A42E2A

Tints of Brown #A42E2A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.25%

 BLUE value IS 42 (16.8% from 255) = 16.67%

R = 65.08%
G = 18.25%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A42E2A (or 0xA42E2A) is known color: Brown. HEX triplet: A4, 2E and 2A. RGB value is (164,46,42). Sum of RGB (Red+Green+Blue) = 164+46+42=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A42E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42E2A is #5BD1D5. Grayscale: #505050. Windows color (decimal): -6017494 or 2764452. OLE color: 2764452.

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

Color convert

RGB 164 46 42 -
CMYK 0 0.72 0.74 0.36
HSL 1.97º 0.59% 0.4% -
HSV(B) 1.97º 0.74% 0.64% -
XYZ 16.7 10.01 3.24 -
YUV 80.83 106.09 187.33 -
System Red Green Blue C M Y K H S L
Decimal 164 46 42 0 0.72 0.74 0.36 1.97 0.59 0.4
Hex A4 2E 2A 0 48 4A 24 2 3B 28
Octal 244 56 52 0 110 112 44 2 73 50
Binary 10100100 101110 101010 0 1001000 1001010 100100 10 111011 101000

Color Harmonies of #A42E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42E2A

Black with #A42E2A

Text Example


Text Example

White with #A42E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42E2A; }

 p { color: rgb(164,46,42); }

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

background-color css

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

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

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

border-color css

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

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

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