Html Css Color HEX #A84949 Roof Terracotta

📋 copy color: '#A84949'

red 168 ◦ green 73 ◦ blue 73

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

Shades of Roof Terracotta #A84949

Tints of Roof Terracotta #A84949

RGB

 RED value IS 168 (66.02% from 255) = 53.5%

 GREEN value IS 73 (28.91% from 255) = 23.25%

 BLUE value IS 73 (28.91% from 255) = 23.25%

R = 53.5%
G = 23.25%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A84949 (or 0xA84949) is known color: Roof Terracotta. HEX triplet: A8, 49 and 49. RGB value is (168,73,73). Sum of RGB (Red+Green+Blue) = 168+73+73=314 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.50% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 168 - color contains mainly: red. Hex color #A84949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84949 is #57B6B6. Grayscale: #656565. Windows color (decimal): -5748407 or 4802984. OLE color: 4802984.

HSL color Cylindrical-coordinate representation of color #A84949: hue angle of 0º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A84949 is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 73 73 -
CMYK 0 0.57 0.57 0.34
HSL 0.39% 0.47% -
HSV(B) 0.57% 0.66% -
XYZ 19.73 13.57 7.88 -
YUV 101.41 111.97 175.5 -
System Red Green Blue C M Y K H S L
Decimal 168 73 73 0 0.57 0.57 0.34 0 0.39 0.47
Hex A8 49 49 0 39 39 22 0 27 2F
Octal 250 111 111 0 71 71 42 0 47 57
Binary 10101000 1001001 1001001 0 111001 111001 100010 0 100111 101111

Color Harmonies of #A84949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84949

Black with #A84949

Text Example


Text Example

White with #A84949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84949; }

 p { color: rgb(168,73,73); }

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

background-color css

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

 a { background-color: rgb(168,73,73); }

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

border-color css

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

 span { border-color: rgb(168,73,73); }

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