Html Css Color HEX #A84641 Roof Terracotta

📋 copy color: '#A84641'

red 168 ◦ green 70 ◦ blue 65

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

Shades of Roof Terracotta #A84641

Tints of Roof Terracotta #A84641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

 BLUE value IS 65 (25.78% from 255) = 21.45%

R = 55.45%
G = 23.1%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A84641 (or 0xA84641) is known color: Roof Terracotta. HEX triplet: A8, 46 and 41. RGB value is (168,70,65). Sum of RGB (Red+Green+Blue) = 168+70+65=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A84641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84641 is #57B9BE. Grayscale: #626262. Windows color (decimal): -5749183 or 4277928. OLE color: 4277928.

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

Color convert

RGB 168 70 65 -
CMYK 0 0.58 0.61 0.34
HSL 2.91º 0.44% 0.46% -
HSV(B) 2.91º 0.61% 0.66% -
XYZ 19.29 13.09 6.51 -
YUV 98.73 108.97 177.41 -
System Red Green Blue C M Y K H S L
Decimal 168 70 65 0 0.58 0.61 0.34 2.91 0.44 0.46
Hex A8 46 41 0 3A 3D 22 3 2C 2E
Octal 250 106 101 0 72 75 42 3 54 56
Binary 10101000 1000110 1000001 0 111010 111101 100010 11 101100 101110

Color Harmonies of #A84641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84641

Black with #A84641

Text Example


Text Example

White with #A84641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84641; }

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

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

background-color css

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

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

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

border-color css

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

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

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