Html Css Color HEX #A5413C Roof Terracotta

📋 copy color: '#A5413C'

red 165 ◦ green 65 ◦ blue 60

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

Shades of Roof Terracotta #A5413C

Tints of Roof Terracotta #A5413C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.69%

R = 56.9%
G = 22.41%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5413C (or 0xA5413C) is known color: Roof Terracotta. HEX triplet: A5, 41 and 3C. RGB value is (165,65,60). Sum of RGB (Red+Green+Blue) = 165+65+60=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A5413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5413C is #5ABEC3. Grayscale: #5E5E5E. Windows color (decimal): -5947076 or 3948965. OLE color: 3948965.

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

Color convert

RGB 165 65 60 -
CMYK 0 0.61 0.64 0.35
HSL 2.86º 0.47% 0.44% -
HSV(B) 2.86º 0.64% 0.65% -
XYZ 18.22 12.11 5.65 -
YUV 94.33 108.63 178.41 -
System Red Green Blue C M Y K H S L
Decimal 165 65 60 0 0.61 0.64 0.35 2.86 0.47 0.44
Hex A5 41 3C 0 3D 40 23 3 2F 2C
Octal 245 101 74 0 75 100 43 3 57 54
Binary 10100101 1000001 111100 0 111101 1000000 100011 11 101111 101100

Color Harmonies of #A5413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5413C

Black with #A5413C

Text Example


Text Example

White with #A5413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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