Html Css Color HEX #A5413D Roof Terracotta

📋 copy color: '#A5413D'

red 165 ◦ green 65 ◦ blue 61

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

Shades of Roof Terracotta #A5413D

Tints of Roof Terracotta #A5413D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.96%

R = 56.7%
G = 22.34%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5413D (or 0xA5413D) is known color: Roof Terracotta. HEX triplet: A5, 41 and 3D. RGB value is (165,65,61). Sum of RGB (Red+Green+Blue) = 165+65+61=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A5413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5413D is #5ABEC2. Grayscale: #5E5E5E. Windows color (decimal): -5947075 or 4014501. OLE color: 4014501.

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

Color convert

RGB 165 65 61 -
CMYK 0 0.61 0.63 0.35
HSL 2.31º 0.46% 0.44% -
HSV(B) 2.31º 0.63% 0.65% -
XYZ 18.25 12.12 5.79 -
YUV 94.44 109.13 178.33 -
System Red Green Blue C M Y K H S L
Decimal 165 65 61 0 0.61 0.63 0.35 2.31 0.46 0.44
Hex A5 41 3D 0 3D 3F 23 2 2E 2C
Octal 245 101 75 0 75 77 43 2 56 54
Binary 10100101 1000001 111101 0 111101 111111 100011 10 101110 101100

Color Harmonies of #A5413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5413D

Black with #A5413D

Text Example


Text Example

White with #A5413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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