Html Css Color HEX #A8413F Roof Terracotta

📋 copy color: '#A8413F'

red 168 ◦ green 65 ◦ blue 63

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

Shades of Roof Terracotta #A8413F

Tints of Roof Terracotta #A8413F

RGB

 RED value IS 168 (66.02% from 255) = 56.76%

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

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

R = 56.76%
G = 21.96%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8413F (or 0xA8413F) is known color: Roof Terracotta. HEX triplet: A8, 41 and 3F. RGB value is (168,65,63). Sum of RGB (Red+Green+Blue) = 168+65+63=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 63 (25% from 255 or 21.28% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8413F is #57BEC0. Grayscale: #5F5F5F. Windows color (decimal): -5750465 or 4145576. OLE color: 4145576.

HSL color Cylindrical-coordinate representation of color #A8413F: hue angle of 1.14º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A8413F is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 65 63 -
CMYK 0 0.61 0.63 0.34
HSL 1.14º 0.45% 0.45% -
HSV(B) 1.14º 0.63% 0.66% -
XYZ 18.94 12.46 6.11 -
YUV 95.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 168 65 63 0 0.61 0.63 0.34 1.14 0.45 0.45
Hex A8 41 3F 0 3D 3F 22 1 2D 2D
Octal 250 101 77 0 75 77 42 1 55 55
Binary 10101000 1000001 111111 0 111101 111111 100010 1 101101 101101

Color Harmonies of #A8413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8413F

Black with #A8413F

Text Example


Text Example

White with #A8413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8413F; }

 p { color: rgb(168,65,63); }

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

background-color css

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

 a { background-color: rgb(168,65,63); }

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

border-color css

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

 span { border-color: rgb(168,65,63); }

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