Html Css Color HEX #A24A43 Roof Terracotta

📋 copy color: '#A24A43'

red 162 ◦ green 74 ◦ blue 67

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

Shades of Roof Terracotta #A24A43

Tints of Roof Terracotta #A24A43

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.42%

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

R = 53.47%
G = 24.42%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A24A43 (or 0xA24A43) is known color: Roof Terracotta. HEX triplet: A2, 4A and 43. RGB value is (162,74,67). Sum of RGB (Red+Green+Blue) = 162+74+67=303 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.47% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A43 is #5DB5BC. Grayscale: #636363. Windows color (decimal): -6141373 or 4410018. OLE color: 4410018.

HSL color Cylindrical-coordinate representation of color #A24A43: hue angle of 4.42º 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 #A24A43 is Cyan = 0, Magento = 0.54, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 74 67 -
CMYK 0 0.54 0.59 0.36
HSL 4.42º 0.41% 0.45% -
HSV(B) 4.42º 0.59% 0.64% -
XYZ 18.36 12.98 6.85 -
YUV 99.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 162 74 67 0 0.54 0.59 0.36 4.42 0.41 0.45
Hex A2 4A 43 0 36 3B 24 4 29 2D
Octal 242 112 103 0 66 73 44 4 51 55
Binary 10100010 1001010 1000011 0 110110 111011 100100 100 101001 101101

Color Harmonies of #A24A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A43

Black with #A24A43

Text Example


Text Example

White with #A24A43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A43; }

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

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

background-color css

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

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

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

border-color css

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

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

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