Html Css Color HEX #A5413F Roof Terracotta

📋 copy color: '#A5413F'

red 165 ◦ green 65 ◦ blue 63

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

Shades of Roof Terracotta #A5413F

Tints of Roof Terracotta #A5413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.18%

 BLUE value IS 63 (25% from 255) = 21.5%

R = 56.31%
G = 22.18%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5413F (or 0xA5413F) is known color: Roof Terracotta. HEX triplet: A5, 41 and 3F. RGB value is (165,65,63). Sum of RGB (Red+Green+Blue) = 165+65+63=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 63 (25% from 255 or 21.50% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5413F is #5ABEC0. Grayscale: #5E5E5E. Windows color (decimal): -5947073 or 4145573. OLE color: 4145573.

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

Color convert

RGB 165 65 63 -
CMYK 0 0.61 0.62 0.35
HSL 1.18º 0.45% 0.45% -
HSV(B) 1.18º 0.62% 0.65% -
XYZ 18.3 12.14 6.08 -
YUV 94.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 165 65 63 0 0.61 0.62 0.35 1.18 0.45 0.45
Hex A5 41 3F 0 3D 3E 23 1 2D 2D
Octal 245 101 77 0 75 76 43 1 55 55
Binary 10100101 1000001 111111 0 111101 111110 100011 1 101101 101101

Color Harmonies of #A5413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5413F

Black with #A5413F

Text Example


Text Example

White with #A5413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5413F; }

 p { color: rgb(165,65,63); }

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

background-color css

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

 a { background-color: rgb(165,65,63); }

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

border-color css

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

 span { border-color: rgb(165,65,63); }

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