Html Css Color HEX #A52A1A Brown

📋 copy color: '#A52A1A'

red 165 ◦ green 42 ◦ blue 26

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

Shades of Brown #A52A1A

Tints of Brown #A52A1A

RGB

 RED value IS 165 (64.84% from 255) = 70.82%

 GREEN value IS 42 (16.8% from 255) = 18.03%

 BLUE value IS 26 (10.55% from 255) = 11.16%

R = 70.82%
G = 18.03%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A52A1A (or 0xA52A1A) is known color: Brown. HEX triplet: A5, 2A and 1A. RGB value is (165,42,26). Sum of RGB (Red+Green+Blue) = 165+42+26=233 (30% of max value = 765). Red value is 165 (64.84% from 255 or 70.82% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 26 (10.55% from 255 or 11.16% from 233); Max value from RGB is 165 - color contains mainly: red. Hex color #A52A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52A1A is #5AD5E5. Grayscale: #4D4D4D. Windows color (decimal): -5952998 or 1714853. OLE color: 1714853.

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

Color convert

RGB 165 42 26 -
CMYK 0 0.75 0.84 0.35
HSL 6.91º 0.73% 0.37% -
HSV(B) 6.91º 0.84% 0.65% -
XYZ 16.53 9.73 1.98 -
YUV 76.95 99.25 190.8 -
System Red Green Blue C M Y K H S L
Decimal 165 42 26 0 0.75 0.84 0.35 6.91 0.73 0.37
Hex A5 2A 1A 0 4B 54 23 7 49 25
Octal 245 52 32 0 113 124 43 7 111 45
Binary 10100101 101010 11010 0 1001011 1010100 100011 111 1001001 100101

Color Harmonies of #A52A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52A1A

Black with #A52A1A

Text Example


Text Example

White with #A52A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52A1A; }

 p { color: rgb(165,42,26); }

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

background-color css

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

 a { background-color: rgb(165,42,26); }

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

border-color css

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

 span { border-color: rgb(165,42,26); }

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