Html Css Color HEX #A14844 Roof Terracotta

📋 copy color: '#A14844'

red 161 ◦ green 72 ◦ blue 68

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

Shades of Roof Terracotta #A14844

Tints of Roof Terracotta #A14844

RGB

 RED value IS 161 (63.28% from 255) = 53.49%

 GREEN value IS 72 (28.52% from 255) = 23.92%

 BLUE value IS 68 (26.95% from 255) = 22.59%

R = 53.49%
G = 23.92%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A14844 (or 0xA14844) is known color: Roof Terracotta. HEX triplet: A1, 48 and 44. RGB value is (161,72,68). Sum of RGB (Red+Green+Blue) = 161+72+68=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A14844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A14844 is #5EB7BB. Grayscale: #626262. Windows color (decimal): -6207420 or 4475041. OLE color: 4475041.

HSL color Cylindrical-coordinate representation of color #A14844: hue angle of 2.58º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14844 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 72 68 -
CMYK 0 0.55 0.58 0.37
HSL 2.58º 0.41% 0.45% -
HSV(B) 2.58º 0.58% 0.63% -
XYZ 18.06 12.63 6.95 -
YUV 98.16 110.99 172.83 -
System Red Green Blue C M Y K H S L
Decimal 161 72 68 0 0.55 0.58 0.37 2.58 0.41 0.45
Hex A1 48 44 0 37 3A 25 3 29 2D
Octal 241 110 104 0 67 72 45 3 51 55
Binary 10100001 1001000 1000100 0 110111 111010 100101 11 101001 101101

Color Harmonies of #A14844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14844

Black with #A14844

Text Example


Text Example

White with #A14844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14844; }

 p { color: rgb(161,72,68); }

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

background-color css

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

 a { background-color: rgb(161,72,68); }

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

border-color css

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

 span { border-color: rgb(161,72,68); }

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