Html Css Color HEX #A4463F Roof Terracotta

📋 copy color: '#A4463F'

red 164 ◦ green 70 ◦ blue 63

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

Shades of Roof Terracotta #A4463F

Tints of Roof Terracotta #A4463F

RGB

 RED value IS 164 (64.45% from 255) = 55.22%

 GREEN value IS 70 (27.73% from 255) = 23.57%

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

R = 55.22%
G = 23.57%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4463F (or 0xA4463F) is known color: Roof Terracotta. HEX triplet: A4, 46 and 3F. RGB value is (164,70,63). Sum of RGB (Red+Green+Blue) = 164+70+63=297 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.22% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 164 - color contains mainly: red. Hex color #A4463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4463F is #5BB9C0. Grayscale: #616161. Windows color (decimal): -6011329 or 4146852. OLE color: 4146852.

HSL color Cylindrical-coordinate representation of color #A4463F: hue angle of 4.16º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4463F is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 70 63 -
CMYK 0 0.57 0.62 0.36
HSL 4.16º 0.44% 0.45% -
HSV(B) 4.16º 0.62% 0.64% -
XYZ 18.4 12.63 6.17 -
YUV 97.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 164 70 63 0 0.57 0.62 0.36 4.16 0.44 0.45
Hex A4 46 3F 0 39 3E 24 4 2C 2D
Octal 244 106 77 0 71 76 44 4 54 55
Binary 10100100 1000110 111111 0 111001 111110 100100 100 101100 101101

Color Harmonies of #A4463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4463F

Black with #A4463F

Text Example


Text Example

White with #A4463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4463F; }

 p { color: rgb(164,70,63); }

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

background-color css

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

 a { background-color: rgb(164,70,63); }

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

border-color css

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

 span { border-color: rgb(164,70,63); }

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