Html Css Color HEX #A84341 Roof Terracotta

📋 copy color: '#A84341'

red 168 ◦ green 67 ◦ blue 65

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

Shades of Roof Terracotta #A84341

Tints of Roof Terracotta #A84341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.33%

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

R = 56%
G = 22.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A84341 (or 0xA84341) is known color: Roof Terracotta. HEX triplet: A8, 43 and 41. RGB value is (168,67,65). Sum of RGB (Red+Green+Blue) = 168+67+65=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A84341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84341 is #57BCBE. Grayscale: #616161. Windows color (decimal): -5749951 or 4277160. OLE color: 4277160.

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

Color convert

RGB 168 67 65 -
CMYK 0 0.60 0.61 0.34
HSL 1.17º 0.44% 0.46% -
HSV(B) 1.17º 0.61% 0.66% -
XYZ 19.11 12.72 6.45 -
YUV 96.97 109.96 178.66 -
System Red Green Blue C M Y K H S L
Decimal 168 67 65 0 0.60 0.61 0.34 1.17 0.44 0.46
Hex A8 43 41 0 3C 3D 22 1 2C 2E
Octal 250 103 101 0 74 75 42 1 54 56
Binary 10101000 1000011 1000001 0 111100 111101 100010 1 101100 101110

Color Harmonies of #A84341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84341

Black with #A84341

Text Example


Text Example

White with #A84341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84341; }

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

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

background-color css

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

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

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

border-color css

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

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

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