Html Css Color HEX #A84443 Roof Terracotta

📋 copy color: '#A84443'

red 168 ◦ green 68 ◦ blue 67

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

Shades of Roof Terracotta #A84443

Tints of Roof Terracotta #A84443

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.44%

 BLUE value IS 67 (26.56% from 255) = 22.11%

R = 55.45%
G = 22.44%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A84443 (or 0xA84443) is known color: Roof Terracotta. HEX triplet: A8, 44 and 43. RGB value is (168,68,67). Sum of RGB (Red+Green+Blue) = 168+68+67=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A84443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84443 is #57BBBC. Grayscale: #616161. Windows color (decimal): -5749693 or 4408488. OLE color: 4408488.

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

Color convert

RGB 168 68 67 -
CMYK 0 0.60 0.60 0.34
HSL 0.59º 0.43% 0.46% -
HSV(B) 0.59º 0.6% 0.66% -
XYZ 19.23 12.86 6.78 -
YUV 97.79 110.63 178.08 -
System Red Green Blue C M Y K H S L
Decimal 168 68 67 0 0.60 0.60 0.34 0.59 0.43 0.46
Hex A8 44 43 0 3C 3C 22 1 2B 2E
Octal 250 104 103 0 74 74 42 1 53 56
Binary 10101000 1000100 1000011 0 111100 111100 100010 1 101011 101110

Color Harmonies of #A84443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84443

Black with #A84443

Text Example


Text Example

White with #A84443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84443; }

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

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

background-color css

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

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

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

border-color css

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

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

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