Html Css Color HEX #A4413E Roof Terracotta

📋 copy color: '#A4413E'

red 164 ◦ green 65 ◦ blue 62

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

Shades of Roof Terracotta #A4413E

Tints of Roof Terracotta #A4413E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.31%

R = 56.36%
G = 22.34%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4413E (or 0xA4413E) is known color: Roof Terracotta. HEX triplet: A4, 41 and 3E. RGB value is (164,65,62). Sum of RGB (Red+Green+Blue) = 164+65+62=291 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.36% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 62 (24.61% from 255 or 21.31% from 291); Max value from RGB is 164 - color contains mainly: red. Hex color #A4413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4413E is #5BBEC1. Grayscale: #5E5E5E. Windows color (decimal): -6012610 or 4080036. OLE color: 4080036.

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

Color convert

RGB 164 65 62 -
CMYK 0 0.60 0.62 0.36
HSL 1.76º 0.45% 0.44% -
HSV(B) 1.76º 0.62% 0.64% -
XYZ 18.07 12.02 5.93 -
YUV 94.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 164 65 62 0 0.60 0.62 0.36 1.76 0.45 0.44
Hex A4 41 3E 0 3C 3E 24 2 2D 2C
Octal 244 101 76 0 74 76 44 2 55 54
Binary 10100100 1000001 111110 0 111100 111110 100100 10 101101 101100

Color Harmonies of #A4413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4413E

Black with #A4413E

Text Example


Text Example

White with #A4413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4413E; }

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

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

background-color css

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

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

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

border-color css

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

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

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