Html Css Color HEX #A62E2A Brown

📋 copy color: '#A62E2A'

red 166 ◦ green 46 ◦ blue 42

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

Shades of Brown #A62E2A

Tints of Brown #A62E2A

RGB

 RED value IS 166 (65.23% from 255) = 65.35%

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

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

R = 65.35%
G = 18.11%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A62E2A (or 0xA62E2A) is known color: Brown. HEX triplet: A6, 2E and 2A. RGB value is (166,46,42). Sum of RGB (Red+Green+Blue) = 166+46+42=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 46 (18.36% from 255 or 18.11% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62E2A is #59D1D5. Grayscale: #515151. Windows color (decimal): -5886422 or 2764454. OLE color: 2764454.

HSL color Cylindrical-coordinate representation of color #A62E2A: hue angle of 1.94º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A62E2A is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 46 42 -
CMYK 0 0.72 0.75 0.35
HSL 1.94º 0.6% 0.41% -
HSV(B) 1.94º 0.75% 0.65% -
XYZ 17.12 10.23 3.26 -
YUV 81.42 105.76 188.33 -
System Red Green Blue C M Y K H S L
Decimal 166 46 42 0 0.72 0.75 0.35 1.94 0.6 0.41
Hex A6 2E 2A 0 48 4B 23 2 3C 29
Octal 246 56 52 0 110 113 43 2 74 51
Binary 10100110 101110 101010 0 1001000 1001011 100011 10 111100 101001

Color Harmonies of #A62E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62E2A

Black with #A62E2A

Text Example


Text Example

White with #A62E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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