Html Css Color HEX #A84947 Roof Terracotta

📋 copy color: '#A84947'

red 168 ◦ green 73 ◦ blue 71

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

Shades of Roof Terracotta #A84947

Tints of Roof Terracotta #A84947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.76%

R = 53.85%
G = 23.4%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A84947 (or 0xA84947) is known color: Roof Terracotta. HEX triplet: A8, 49 and 47. RGB value is (168,73,71). Sum of RGB (Red+Green+Blue) = 168+73+71=312 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.85% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 168 - color contains mainly: red. Hex color #A84947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84947 is #57B6B8. Grayscale: #656565. Windows color (decimal): -5748409 or 4671912. OLE color: 4671912.

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

Color convert

RGB 168 73 71 -
CMYK 0 0.57 0.58 0.34
HSL 1.24º 0.41% 0.47% -
HSV(B) 1.24º 0.58% 0.66% -
XYZ 19.67 13.54 7.54 -
YUV 101.18 110.97 175.66 -
System Red Green Blue C M Y K H S L
Decimal 168 73 71 0 0.57 0.58 0.34 1.24 0.41 0.47
Hex A8 49 47 0 39 3A 22 1 29 2F
Octal 250 111 107 0 71 72 42 1 51 57
Binary 10101000 1001001 1000111 0 111001 111010 100010 1 101001 101111

Color Harmonies of #A84947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84947

Black with #A84947

Text Example


Text Example

White with #A84947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84947; }

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

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

background-color css

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

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

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

border-color css

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

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

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