Html Css Color HEX #A44848 Roof Terracotta

📋 copy color: '#A44848'

red 164 ◦ green 72 ◦ blue 72

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

Shades of Roof Terracotta #A44848

Tints of Roof Terracotta #A44848

RGB

 RED value IS 164 (64.45% from 255) = 53.25%

 GREEN value IS 72 (28.52% from 255) = 23.38%

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

R = 53.25%
G = 23.38%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A44848 (or 0xA44848) is known color: Roof Terracotta. HEX triplet: A4, 48 and 48. RGB value is (164,72,72). Sum of RGB (Red+Green+Blue) = 164+72+72=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A44848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44848 is #5BB7B7. Grayscale: #636363. Windows color (decimal): -6010808 or 4737188. OLE color: 4737188.

HSL color Cylindrical-coordinate representation of color #A44848: hue angle of 0º degrees, saturation: 0.39, 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 #A44848 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 72 72 -
CMYK 0 0.56 0.56 0.36
HSL 0.39% 0.46% -
HSV(B) 0.56% 0.64% -
XYZ 18.8 13 7.65 -
YUV 99.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 164 72 72 0 0.56 0.56 0.36 0 0.39 0.46
Hex A4 48 48 0 38 38 24 0 27 2E
Octal 244 110 110 0 70 70 44 0 47 56
Binary 10100100 1001000 1001000 0 111000 111000 100100 0 100111 101110

Color Harmonies of #A44848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44848

Black with #A44848

Text Example


Text Example

White with #A44848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44848; }

 p { color: rgb(164,72,72); }

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

background-color css

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

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

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

border-color css

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

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

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