Html Css Color HEX #A44B3F Roof Terracotta

📋 copy color: '#A44B3F'

red 164 ◦ green 75 ◦ blue 63

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

Shades of Roof Terracotta #A44B3F

Tints of Roof Terracotta #A44B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.86%

R = 54.3%
G = 24.83%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A44B3F (or 0xA44B3F) is known color: Roof Terracotta. HEX triplet: A4, 4B and 3F. RGB value is (164,75,63). Sum of RGB (Red+Green+Blue) = 164+75+63=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A44B3F is #5BB4C0. Grayscale: #646464. Windows color (decimal): -6010049 or 4148132. OLE color: 4148132.

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

Color convert

RGB 164 75 63 -
CMYK 0 0.54 0.62 0.36
HSL 7.13º 0.44% 0.45% -
HSV(B) 7.13º 0.62% 0.64% -
XYZ 18.72 13.28 6.28 -
YUV 100.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 164 75 63 0 0.54 0.62 0.36 7.13 0.44 0.45
Hex A4 4B 3F 0 36 3E 24 7 2C 2D
Octal 244 113 77 0 66 76 44 7 54 55
Binary 10100100 1001011 111111 0 110110 111110 100100 111 101100 101101

Color Harmonies of #A44B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44B3F

Black with #A44B3F

Text Example


Text Example

White with #A44B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44B3F; }

 p { color: rgb(164,75,63); }

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

background-color css

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

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

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

border-color css

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

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

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