Html Css Color HEX #A62D26 Brown

📋 copy color: '#A62D26'

red 166 ◦ green 45 ◦ blue 38

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

Shades of Brown #A62D26

Tints of Brown #A62D26

RGB

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

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

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

R = 66.67%
G = 18.07%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A62D26 (or 0xA62D26) is known color: Brown. HEX triplet: A6, 2D and 26. RGB value is (166,45,38). Sum of RGB (Red+Green+Blue) = 166+45+38=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62D26 is #59D2D9. Grayscale: #505050. Windows color (decimal): -5886682 or 2502054. OLE color: 2502054.

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

Color convert

RGB 166 45 38 -
CMYK 0 0.73 0.77 0.35
HSL 3.28º 0.63% 0.4% -
HSV(B) 3.28º 0.77% 0.65% -
XYZ 17.01 10.12 2.89 -
YUV 80.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 166 45 38 0 0.73 0.77 0.35 3.28 0.63 0.4
Hex A6 2D 26 0 49 4D 23 3 3F 28
Octal 246 55 46 0 111 115 43 3 77 50
Binary 10100110 101101 100110 0 1001001 1001101 100011 11 111111 101000

Color Harmonies of #A62D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62D26

Black with #A62D26

Text Example


Text Example

White with #A62D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62D26; }

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

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

background-color css

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

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

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

border-color css

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

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

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