Html Css Color HEX #A8443C Roof Terracotta

📋 copy color: '#A8443C'

red 168 ◦ green 68 ◦ blue 60

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

Shades of Roof Terracotta #A8443C

Tints of Roof Terracotta #A8443C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.97%

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

R = 56.76%
G = 22.97%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A8443C (or 0xA8443C) is known color: Roof Terracotta. HEX triplet: A8, 44 and 3C. RGB value is (168,68,60). Sum of RGB (Red+Green+Blue) = 168+68+60=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A8443C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8443C is #57BBC3. Grayscale: #616161. Windows color (decimal): -5749700 or 3949736. OLE color: 3949736.

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

Color convert

RGB 168 68 60 -
CMYK 0 0.60 0.64 0.34
HSL 4.44º 0.47% 0.45% -
HSV(B) 4.44º 0.64% 0.66% -
XYZ 19.03 12.79 5.74 -
YUV 96.99 107.13 178.65 -
System Red Green Blue C M Y K H S L
Decimal 168 68 60 0 0.60 0.64 0.34 4.44 0.47 0.45
Hex A8 44 3C 0 3C 40 22 4 2F 2D
Octal 250 104 74 0 74 100 42 4 57 55
Binary 10101000 1000100 111100 0 111100 1000000 100010 100 101111 101101

Color Harmonies of #A8443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8443C

Black with #A8443C

Text Example


Text Example

White with #A8443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8443C; }

 p { color: rgb(168,68,60); }

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

background-color css

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

 a { background-color: rgb(168,68,60); }

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

border-color css

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

 span { border-color: rgb(168,68,60); }

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