Html Css Color HEX #A62525 Brown

📋 copy color: '#A62525'

red 166 ◦ green 37 ◦ blue 37

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

Shades of Brown #A62525

Tints of Brown #A62525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.42%

 BLUE value IS 37 (14.84% from 255) = 15.42%

R = 69.17%
G = 15.42%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A62525 (or 0xA62525) is known color: Brown. HEX triplet: A6, 25 and 25. RGB value is (166,37,37). Sum of RGB (Red+Green+Blue) = 166+37+37=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A62525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62525 is #59DADA. Grayscale: #4B4B4B. Windows color (decimal): -5888731 or 2434470. OLE color: 2434470.

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

Color convert

RGB 166 37 37 -
CMYK 0 0.78 0.78 0.35
HSL 0.64% 0.4% -
HSV(B) 0.78% 0.65% -
XYZ 16.72 9.56 2.71 -
YUV 75.57 106.24 192.5 -
System Red Green Blue C M Y K H S L
Decimal 166 37 37 0 0.78 0.78 0.35 0 0.64 0.4
Hex A6 25 25 0 4E 4E 23 0 40 28
Octal 246 45 45 0 116 116 43 0 100 50
Binary 10100110 100101 100101 0 1001110 1001110 100011 0 1000000 101000

Color Harmonies of #A62525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62525

Black with #A62525

Text Example


Text Example

White with #A62525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62525; }

 p { color: rgb(166,37,37); }

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

background-color css

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

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

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

border-color css

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

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

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