Html Css Color HEX #A44D3D Roof Terracotta

📋 copy color: '#A44D3D'

red 164 ◦ green 77 ◦ blue 61

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

Shades of Roof Terracotta #A44D3D

Tints of Roof Terracotta #A44D3D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.5%

 BLUE value IS 61 (24.22% from 255) = 20.2%

R = 54.3%
G = 25.5%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A44D3D (or 0xA44D3D) is known color: Roof Terracotta. HEX triplet: A4, 4D and 3D. RGB value is (164,77,61). Sum of RGB (Red+Green+Blue) = 164+77+61=302 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.30% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44D3D is #5BB2C2. Grayscale: #656565. Windows color (decimal): -6009539 or 4017572. OLE color: 4017572.

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

Color convert

RGB 164 77 61 -
CMYK 0 0.53 0.63 0.36
HSL 9.32º 0.46% 0.44% -
HSV(B) 9.32º 0.63% 0.64% -
XYZ 18.81 13.54 6.04 -
YUV 101.19 105.32 172.8 -
System Red Green Blue C M Y K H S L
Decimal 164 77 61 0 0.53 0.63 0.36 9.32 0.46 0.44
Hex A4 4D 3D 0 35 3F 24 9 2E 2C
Octal 244 115 75 0 65 77 44 11 56 54
Binary 10100100 1001101 111101 0 110101 111111 100100 1001 101110 101100

Color Harmonies of #A44D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D3D

Black with #A44D3D

Text Example


Text Example

White with #A44D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D3D; }

 p { color: rgb(164,77,61); }

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

background-color css

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

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

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

border-color css

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

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

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