Html Css Color HEX #A84743 Roof Terracotta

📋 copy color: '#A84743'

red 168 ◦ green 71 ◦ blue 67

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

Shades of Roof Terracotta #A84743

Tints of Roof Terracotta #A84743

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.2%

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

R = 54.9%
G = 23.2%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A84743 (or 0xA84743) is known color: Roof Terracotta. HEX triplet: A8, 47 and 43. RGB value is (168,71,67). Sum of RGB (Red+Green+Blue) = 168+71+67=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A84743 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84743 is #57B8BC. Grayscale: #636363. Windows color (decimal): -5748925 or 4409256. OLE color: 4409256.

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

Color convert

RGB 168 71 67 -
CMYK 0 0.58 0.60 0.34
HSL 2.38º 0.43% 0.46% -
HSV(B) 2.38º 0.6% 0.66% -
XYZ 19.41 13.24 6.84 -
YUV 99.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 168 71 67 0 0.58 0.60 0.34 2.38 0.43 0.46
Hex A8 47 43 0 3A 3C 22 2 2B 2E
Octal 250 107 103 0 72 74 42 2 53 56
Binary 10101000 1000111 1000011 0 111010 111100 100010 10 101011 101110

Color Harmonies of #A84743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84743

Black with #A84743

Text Example


Text Example

White with #A84743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84743; }

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

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

background-color css

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

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

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

border-color css

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

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

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