Html Css Color HEX #A62D2B Brown

📋 copy color: '#A62D2B'

red 166 ◦ green 45 ◦ blue 43

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

Shades of Brown #A62D2B

Tints of Brown #A62D2B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.72%

 BLUE value IS 43 (17.19% from 255) = 16.93%

R = 65.35%
G = 17.72%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.35

RGB Variations

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

Color information

#A62D2B (or 0xA62D2B) is known color: Brown. HEX triplet: A6, 2D and 2B. RGB value is (166,45,43). Sum of RGB (Red+Green+Blue) = 166+45+43=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62D2B is #59D2D4. Grayscale: #515151. Windows color (decimal): -5886677 or 2829734. OLE color: 2829734.

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

Color convert

RGB 166 45 43 -
CMYK 0 0.73 0.74 0.35
HSL 0.98º 0.59% 0.41% -
HSV(B) 0.98º 0.74% 0.65% -
XYZ 17.1 10.16 3.34 -
YUV 80.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 166 45 43 0 0.73 0.74 0.35 0.98 0.59 0.41
Hex A6 2D 2B 0 49 4A 23 1 3B 29
Octal 246 55 53 0 111 112 43 1 73 51
Binary 10100110 101101 101011 0 1001001 1001010 100011 1 111011 101001

Color Harmonies of #A62D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62D2B

Black with #A62D2B

Text Example


Text Example

White with #A62D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62D2B; }

 p { color: rgb(166,45,43); }

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

background-color css

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

 a { background-color: rgb(166,45,43); }

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

border-color css

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

 span { border-color: rgb(166,45,43); }

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