Html Css Color HEX #A34E41 Roof Terracotta

📋 copy color: '#A34E41'

red 163 ◦ green 78 ◦ blue 65

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

Shades of Roof Terracotta #A34E41

Tints of Roof Terracotta #A34E41

RGB

 RED value IS 163 (64.06% from 255) = 53.27%

 GREEN value IS 78 (30.86% from 255) = 25.49%

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 53.27%
G = 25.49%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A34E41 (or 0xA34E41) is known color: Roof Terracotta. HEX triplet: A3, 4E and 41. RGB value is (163,78,65). Sum of RGB (Red+Green+Blue) = 163+78+65=306 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.27% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 163 - color contains mainly: red. Hex color #A34E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A34E41 is #5CB1BE. Grayscale: #666666. Windows color (decimal): -6074815 or 4279971. OLE color: 4279971.

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

Color convert

RGB 163 78 65 -
CMYK 0 0.52 0.60 0.36
HSL 7.96º 0.43% 0.45% -
HSV(B) 7.96º 0.6% 0.64% -
XYZ 18.78 13.62 6.64 -
YUV 101.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 163 78 65 0 0.52 0.60 0.36 7.96 0.43 0.45
Hex A3 4E 41 0 34 3C 24 8 2B 2D
Octal 243 116 101 0 64 74 44 10 53 55
Binary 10100011 1001110 1000001 0 110100 111100 100100 1000 101011 101101

Color Harmonies of #A34E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34E41

Black with #A34E41

Text Example


Text Example

White with #A34E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34E41; }

 p { color: rgb(163,78,65); }

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

background-color css

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

 a { background-color: rgb(163,78,65); }

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

border-color css

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

 span { border-color: rgb(163,78,65); }

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