Html Css Color HEX #A4413D Roof Terracotta

📋 copy color: '#A4413D'

red 164 ◦ green 65 ◦ blue 61

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

Shades of Roof Terracotta #A4413D

Tints of Roof Terracotta #A4413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.41%

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

R = 56.55%
G = 22.41%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4413D (or 0xA4413D) is known color: Roof Terracotta. HEX triplet: A4, 41 and 3D. RGB value is (164,65,61). Sum of RGB (Red+Green+Blue) = 164+65+61=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4413D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4413D is #5BBEC2. Grayscale: #5E5E5E. Windows color (decimal): -6012611 or 4014500. OLE color: 4014500.

HSL color Cylindrical-coordinate representation of color #A4413D: hue angle of 2.33º 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 #A4413D is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 65 61 -
CMYK 0 0.60 0.63 0.36
HSL 2.33º 0.46% 0.44% -
HSV(B) 2.33º 0.63% 0.64% -
XYZ 18.04 12.01 5.78 -
YUV 94.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 164 65 61 0 0.60 0.63 0.36 2.33 0.46 0.44
Hex A4 41 3D 0 3C 3F 24 2 2E 2C
Octal 244 101 75 0 74 77 44 2 56 54
Binary 10100100 1000001 111101 0 111100 111111 100100 10 101110 101100

Color Harmonies of #A4413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4413D

Black with #A4413D

Text Example


Text Example

White with #A4413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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