Html Css Color HEX #A84746 Roof Terracotta

📋 copy color: '#A84746'

red 168 ◦ green 71 ◦ blue 70

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

Shades of Roof Terracotta #A84746

Tints of Roof Terracotta #A84746

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.98%

 BLUE value IS 70 (27.73% from 255) = 22.65%

R = 54.37%
G = 22.98%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A84746 (or 0xA84746) is known color: Roof Terracotta. HEX triplet: A8, 47 and 46. RGB value is (168,71,70). Sum of RGB (Red+Green+Blue) = 168+71+70=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A84746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84746 is #57B8B9. Grayscale: #636363. Windows color (decimal): -5748922 or 4605864. OLE color: 4605864.

HSL color Cylindrical-coordinate representation of color #A84746: hue angle of 0.61º 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 #A84746 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 71 70 -
CMYK 0 0.58 0.58 0.34
HSL 0.61º 0.41% 0.47% -
HSV(B) 0.61º 0.58% 0.66% -
XYZ 19.51 13.27 7.33 -
YUV 99.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 168 71 70 0 0.58 0.58 0.34 0.61 0.41 0.47
Hex A8 47 46 0 3A 3A 22 1 29 2F
Octal 250 107 106 0 72 72 42 1 51 57
Binary 10101000 1000111 1000110 0 111010 111010 100010 1 101001 101111

Color Harmonies of #A84746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84746

Black with #A84746

Text Example


Text Example

White with #A84746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84746; }

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

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

background-color css

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

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

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

border-color css

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

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

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