Html Css Color HEX #A24443 Roof Terracotta

📋 copy color: '#A24443'

red 162 ◦ green 68 ◦ blue 67

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

Shades of Roof Terracotta #A24443

Tints of Roof Terracotta #A24443

RGB

 RED value IS 162 (63.67% from 255) = 54.55%

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

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

R = 54.55%
G = 22.9%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A24443 (or 0xA24443) is known color: Roof Terracotta. HEX triplet: A2, 44 and 43. RGB value is (162,68,67). Sum of RGB (Red+Green+Blue) = 162+68+67=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A24443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24443 is #5DBBBC. Grayscale: #606060. Windows color (decimal): -6142909 or 4408482. OLE color: 4408482.

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

Color convert

RGB 162 68 67 -
CMYK 0 0.58 0.59 0.36
HSL 0.63º 0.41% 0.45% -
HSV(B) 0.63º 0.59% 0.64% -
XYZ 17.98 12.22 6.72 -
YUV 95.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 162 68 67 0 0.58 0.59 0.36 0.63 0.41 0.45
Hex A2 44 43 0 3A 3B 24 1 29 2D
Octal 242 104 103 0 72 73 44 1 51 55
Binary 10100010 1000100 1000011 0 111010 111011 100100 1 101001 101101

Color Harmonies of #A24443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24443

Black with #A24443

Text Example


Text Example

White with #A24443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24443; }

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

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

background-color css

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

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

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

border-color css

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

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

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