Html Css Color HEX #A24948 Roof Terracotta

📋 copy color: '#A24948'

red 162 ◦ green 73 ◦ blue 72

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

Shades of Roof Terracotta #A24948

Tints of Roof Terracotta #A24948

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.78%

 BLUE value IS 72 (28.52% from 255) = 23.45%

R = 52.77%
G = 23.78%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A24948 (or 0xA24948) is known color: Roof Terracotta. HEX triplet: A2, 49 and 48. RGB value is (162,73,72). Sum of RGB (Red+Green+Blue) = 162+73+72=307 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.77% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 162 - color contains mainly: red. Hex color #A24948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24948 is #5DB6B7. Grayscale: #636363. Windows color (decimal): -6141624 or 4737442. OLE color: 4737442.

HSL color Cylindrical-coordinate representation of color #A24948: hue angle of 0.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A24948 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 73 72 -
CMYK 0 0.55 0.56 0.36
HSL 0.67º 0.38% 0.46% -
HSV(B) 0.67º 0.56% 0.64% -
XYZ 18.45 12.91 7.65 -
YUV 99.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 162 73 72 0 0.55 0.56 0.36 0.67 0.38 0.46
Hex A2 49 48 0 37 38 24 1 26 2E
Octal 242 111 110 0 67 70 44 1 46 56
Binary 10100010 1001001 1001000 0 110111 111000 100100 1 100110 101110

Color Harmonies of #A24948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24948

Black with #A24948

Text Example


Text Example

White with #A24948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24948; }

 p { color: rgb(162,73,72); }

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

background-color css

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

 a { background-color: rgb(162,73,72); }

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

border-color css

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

 span { border-color: rgb(162,73,72); }

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