Html Css Color HEX #A5312A Brown

📋 copy color: '#A5312A'

red 165 ◦ green 49 ◦ blue 42

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

Shades of Brown #A5312A

Tints of Brown #A5312A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.14%

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

R = 64.45%
G = 19.14%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A5312A (or 0xA5312A) is known color: Brown. HEX triplet: A5, 31 and 2A. RGB value is (165,49,42). Sum of RGB (Red+Green+Blue) = 165+49+42=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A5312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5312A is #5ACED5. Grayscale: #535353. Windows color (decimal): -5951190 or 2765221. OLE color: 2765221.

HSL color Cylindrical-coordinate representation of color #A5312A: hue angle of 3.41º degrees, saturation: 0.59, 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 #A5312A is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 49 42 -
CMYK 0 0.70 0.75 0.35
HSL 3.41º 0.59% 0.41% -
HSV(B) 3.41º 0.75% 0.65% -
XYZ 17.03 10.36 3.29 -
YUV 82.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 165 49 42 0 0.70 0.75 0.35 3.41 0.59 0.41
Hex A5 31 2A 0 46 4B 23 3 3B 29
Octal 245 61 52 0 106 113 43 3 73 51
Binary 10100101 110001 101010 0 1000110 1001011 100011 11 111011 101001

Color Harmonies of #A5312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5312A

Black with #A5312A

Text Example


Text Example

White with #A5312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5312A; }

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

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

background-color css

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

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

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

border-color css

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

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

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