Html Css Color HEX #A5403C Roof Terracotta

📋 copy color: '#A5403C'

red 165 ◦ green 64 ◦ blue 60

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

Shades of Roof Terracotta #A5403C

Tints of Roof Terracotta #A5403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.15%

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

R = 57.09%
G = 22.15%
B = 20.76%

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

#A5403C (or 0xA5403C) is known color: Roof Terracotta. HEX triplet: A5, 40 and 3C. RGB value is (165,64,60). Sum of RGB (Red+Green+Blue) = 165+64+60=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A5403C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5403C is #5ABFC3. Grayscale: #5D5D5D. Windows color (decimal): -5947332 or 3948709. OLE color: 3948709.

HSL color Cylindrical-coordinate representation of color #A5403C: hue angle of 2.29º 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 #A5403C is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 64 60 -
CMYK 0 0.61 0.64 0.35
HSL 2.29º 0.47% 0.44% -
HSV(B) 2.29º 0.64% 0.65% -
XYZ 18.17 11.99 5.63 -
YUV 93.74 108.96 178.83 -
System Red Green Blue C M Y K H S L
Decimal 165 64 60 0 0.61 0.64 0.35 2.29 0.47 0.44
Hex A5 40 3C 0 3D 40 23 2 2F 2C
Octal 245 100 74 0 75 100 43 2 57 54
Binary 10100101 1000000 111100 0 111101 1000000 100011 10 101111 101100

Color Harmonies of #A5403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5403C

Black with #A5403C

Text Example


Text Example

White with #A5403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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