Html Css Color HEX #A84846 Roof Terracotta

📋 copy color: '#A84846'

red 168 ◦ green 72 ◦ blue 70

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

Shades of Roof Terracotta #A84846

Tints of Roof Terracotta #A84846

RGB

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

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

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

R = 54.19%
G = 23.23%
B = 22.58%

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

#A84846 (or 0xA84846) is known color: Roof Terracotta. HEX triplet: A8, 48 and 46. RGB value is (168,72,70). Sum of RGB (Red+Green+Blue) = 168+72+70=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A84846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84846 is #57B7B9. Grayscale: #646464. Windows color (decimal): -5748666 or 4606120. OLE color: 4606120.

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

Color convert

RGB 168 72 70 -
CMYK 0 0.57 0.58 0.34
HSL 1.22º 0.41% 0.47% -
HSV(B) 1.22º 0.58% 0.66% -
XYZ 19.57 13.4 7.35 -
YUV 100.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 168 72 70 0 0.57 0.58 0.34 1.22 0.41 0.47
Hex A8 48 46 0 39 3A 22 1 29 2F
Octal 250 110 106 0 71 72 42 1 51 57
Binary 10101000 1001000 1000110 0 111001 111010 100010 1 101001 101111

Color Harmonies of #A84846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84846

Black with #A84846

Text Example


Text Example

White with #A84846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84846; }

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

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

background-color css

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

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

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

border-color css

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

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

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