Html Css Color HEX #A4413A Roof Terracotta

📋 copy color: '#A4413A'

red 164 ◦ green 65 ◦ blue 58

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

Shades of Roof Terracotta #A4413A

Tints of Roof Terracotta #A4413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.21%

R = 57.14%
G = 22.65%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A4413A (or 0xA4413A) is known color: Roof Terracotta. HEX triplet: A4, 41 and 3A. RGB value is (164,65,58). Sum of RGB (Red+Green+Blue) = 164+65+58=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A4413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4413A is #5BBEC5. Grayscale: #5D5D5D. Windows color (decimal): -6012614 or 3817892. OLE color: 3817892.

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

Color convert

RGB 164 65 58 -
CMYK 0 0.60 0.65 0.36
HSL 3.96º 0.48% 0.44% -
HSV(B) 3.96º 0.65% 0.64% -
XYZ 17.96 11.98 5.37 -
YUV 93.8 107.8 178.07 -
System Red Green Blue C M Y K H S L
Decimal 164 65 58 0 0.60 0.65 0.36 3.96 0.48 0.44
Hex A4 41 3A 0 3C 41 24 4 30 2C
Octal 244 101 72 0 74 101 44 4 60 54
Binary 10100100 1000001 111010 0 111100 1000001 100100 100 110000 101100

Color Harmonies of #A4413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4413A

Black with #A4413A

Text Example


Text Example

White with #A4413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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