Html Css Color HEX #A04443 Roof Terracotta

📋 copy color: '#A04443'

red 160 ◦ green 68 ◦ blue 67

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

Shades of Roof Terracotta #A04443

Tints of Roof Terracotta #A04443

RGB

 RED value IS 160 (62.89% from 255) = 54.24%

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

 BLUE value IS 67 (26.56% from 255) = 22.71%

R = 54.24%
G = 23.05%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A04443 (or 0xA04443) is known color: Roof Terracotta. HEX triplet: A0, 44 and 43. RGB value is (160,68,67). Sum of RGB (Red+Green+Blue) = 160+68+67=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A04443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04443 is #5FBBBC. Grayscale: #5F5F5F. Windows color (decimal): -6273981 or 4408480. OLE color: 4408480.

HSL color Cylindrical-coordinate representation of color #A04443: hue angle of 0.65º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A04443 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 68 67 -
CMYK 0 0.57 0.58 0.37
HSL 0.65º 0.41% 0.45% -
HSV(B) 0.65º 0.58% 0.63% -
XYZ 17.58 12.01 6.7 -
YUV 95.39 111.98 174.08 -
System Red Green Blue C M Y K H S L
Decimal 160 68 67 0 0.57 0.58 0.37 0.65 0.41 0.45
Hex A0 44 43 0 39 3A 25 1 29 2D
Octal 240 104 103 0 71 72 45 1 51 55
Binary 10100000 1000100 1000011 0 111001 111010 100101 1 101001 101101

Color Harmonies of #A04443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04443

Black with #A04443

Text Example


Text Example

White with #A04443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04443; }

 p { color: rgb(160,68,67); }

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

background-color css

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

 a { background-color: rgb(160,68,67); }

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

border-color css

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

 span { border-color: rgb(160,68,67); }

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