Html Css Color HEX #A24543 Roof Terracotta

📋 copy color: '#A24543'

red 162 ◦ green 69 ◦ blue 67

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

Shades of Roof Terracotta #A24543

Tints of Roof Terracotta #A24543

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.15%

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

R = 54.36%
G = 23.15%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A24543 (or 0xA24543) is known color: Roof Terracotta. HEX triplet: A2, 45 and 43. RGB value is (162,69,67). Sum of RGB (Red+Green+Blue) = 162+69+67=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A24543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24543 is #5DBABC. Grayscale: #606060. Windows color (decimal): -6142653 or 4408738. OLE color: 4408738.

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

Color convert

RGB 162 69 67 -
CMYK 0 0.57 0.59 0.36
HSL 1.26º 0.41% 0.45% -
HSV(B) 1.26º 0.59% 0.64% -
XYZ 18.04 12.34 6.74 -
YUV 96.58 111.31 174.66 -
System Red Green Blue C M Y K H S L
Decimal 162 69 67 0 0.57 0.59 0.36 1.26 0.41 0.45
Hex A2 45 43 0 39 3B 24 1 29 2D
Octal 242 105 103 0 71 73 44 1 51 55
Binary 10100010 1000101 1000011 0 111001 111011 100100 1 101001 101101

Color Harmonies of #A24543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24543

Black with #A24543

Text Example


Text Example

White with #A24543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24543; }

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

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

background-color css

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

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

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

border-color css

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

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

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