Html Css Color HEX #A84843 Roof Terracotta

📋 copy color: '#A84843'

red 168 ◦ green 72 ◦ blue 67

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

Shades of Roof Terracotta #A84843

Tints of Roof Terracotta #A84843

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.45%

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

R = 54.72%
G = 23.45%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A84843 (or 0xA84843) is known color: Roof Terracotta. HEX triplet: A8, 48 and 43. RGB value is (168,72,67). Sum of RGB (Red+Green+Blue) = 168+72+67=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A84843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84843 is #57B7BC. Grayscale: #646464. Windows color (decimal): -5748669 or 4409512. OLE color: 4409512.

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

Color convert

RGB 168 72 67 -
CMYK 0 0.57 0.60 0.34
HSL 2.97º 0.43% 0.46% -
HSV(B) 2.97º 0.6% 0.66% -
XYZ 19.48 13.36 6.86 -
YUV 100.13 109.3 176.41 -
System Red Green Blue C M Y K H S L
Decimal 168 72 67 0 0.57 0.60 0.34 2.97 0.43 0.46
Hex A8 48 43 0 39 3C 22 3 2B 2E
Octal 250 110 103 0 71 74 42 3 53 56
Binary 10101000 1001000 1000011 0 111001 111100 100010 11 101011 101110

Color Harmonies of #A84843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84843

Black with #A84843

Text Example


Text Example

White with #A84843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84843; }

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

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

background-color css

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

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

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

border-color css

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

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

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