Html Css Color HEX #A84946 Roof Terracotta

📋 copy color: '#A84946'

red 168 ◦ green 73 ◦ blue 70

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

Shades of Roof Terracotta #A84946

Tints of Roof Terracotta #A84946

RGB

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

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

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

R = 54.02%
G = 23.47%
B = 22.51%

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

#A84946 (or 0xA84946) is known color: Roof Terracotta. HEX triplet: A8, 49 and 46. RGB value is (168,73,70). Sum of RGB (Red+Green+Blue) = 168+73+70=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A84946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84946 is #57B6B9. Grayscale: #656565. Windows color (decimal): -5748410 or 4606376. OLE color: 4606376.

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

Color convert

RGB 168 73 70 -
CMYK 0 0.57 0.58 0.34
HSL 1.84º 0.41% 0.47% -
HSV(B) 1.84º 0.58% 0.66% -
XYZ 19.64 13.53 7.37 -
YUV 101.06 110.47 175.74 -
System Red Green Blue C M Y K H S L
Decimal 168 73 70 0 0.57 0.58 0.34 1.84 0.41 0.47
Hex A8 49 46 0 39 3A 22 2 29 2F
Octal 250 111 106 0 71 72 42 2 51 57
Binary 10101000 1001001 1000110 0 111001 111010 100010 10 101001 101111

Color Harmonies of #A84946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84946

Black with #A84946

Text Example


Text Example

White with #A84946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84946; }

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

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

background-color css

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

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

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

border-color css

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

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

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