Html Css Color HEX #A5403F Roof Terracotta

📋 copy color: '#A5403F'

red 165 ◦ green 64 ◦ blue 63

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

Shades of Roof Terracotta #A5403F

Tints of Roof Terracotta #A5403F

RGB

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

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

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

R = 56.51%
G = 21.92%
B = 21.58%

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

#A5403F (or 0xA5403F) is known color: Roof Terracotta. HEX triplet: A5, 40 and 3F. RGB value is (165,64,63). Sum of RGB (Red+Green+Blue) = 165+64+63=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A5403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5403F is #5ABFC0. Grayscale: #5E5E5E. Windows color (decimal): -5947329 or 4145317. OLE color: 4145317.

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

Color convert

RGB 165 64 63 -
CMYK 0 0.61 0.62 0.35
HSL 0.59º 0.45% 0.45% -
HSV(B) 0.59º 0.62% 0.65% -
XYZ 18.25 12.03 6.06 -
YUV 94.09 110.46 178.58 -
System Red Green Blue C M Y K H S L
Decimal 165 64 63 0 0.61 0.62 0.35 0.59 0.45 0.45
Hex A5 40 3F 0 3D 3E 23 1 2D 2D
Octal 245 100 77 0 75 76 43 1 55 55
Binary 10100101 1000000 111111 0 111101 111110 100011 1 101101 101101

Color Harmonies of #A5403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5403F

Black with #A5403F

Text Example


Text Example

White with #A5403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5403F; }

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

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

background-color css

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

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

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

border-color css

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

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

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