Html Css Color HEX #A24B44 Roof Terracotta

📋 copy color: '#A24B44'

red 162 ◦ green 75 ◦ blue 68

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

Shades of Roof Terracotta #A24B44

Tints of Roof Terracotta #A24B44

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.59%

 BLUE value IS 68 (26.95% from 255) = 22.3%

R = 53.11%
G = 24.59%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A24B44 (or 0xA24B44) is known color: Roof Terracotta. HEX triplet: A2, 4B and 44. RGB value is (162,75,68). Sum of RGB (Red+Green+Blue) = 162+75+68=305 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.11% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 162 - color contains mainly: red. Hex color #A24B44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24B44 is #5DB4BB. Grayscale: #646464. Windows color (decimal): -6141116 or 4475810. OLE color: 4475810.

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

Color convert

RGB 162 75 68 -
CMYK 0 0.54 0.58 0.36
HSL 4.47º 0.41% 0.45% -
HSV(B) 4.47º 0.58% 0.64% -
XYZ 18.46 13.13 7.03 -
YUV 100.22 109.82 172.07 -
System Red Green Blue C M Y K H S L
Decimal 162 75 68 0 0.54 0.58 0.36 4.47 0.41 0.45
Hex A2 4B 44 0 36 3A 24 4 29 2D
Octal 242 113 104 0 66 72 44 4 51 55
Binary 10100010 1001011 1000100 0 110110 111010 100100 100 101001 101101

Color Harmonies of #A24B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24B44

Black with #A24B44

Text Example


Text Example

White with #A24B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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