Html Css Color HEX #A84745 Roof Terracotta

📋 copy color: '#A84745'

red 168 ◦ green 71 ◦ blue 69

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

Shades of Roof Terracotta #A84745

Tints of Roof Terracotta #A84745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.4%

R = 54.55%
G = 23.05%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A84745 (or 0xA84745) is known color: Roof Terracotta. HEX triplet: A8, 47 and 45. RGB value is (168,71,69). Sum of RGB (Red+Green+Blue) = 168+71+69=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A84745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84745 is #57B8BA. Grayscale: #636363. Windows color (decimal): -5748923 or 4540328. OLE color: 4540328.

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

Color convert

RGB 168 71 69 -
CMYK 0 0.58 0.59 0.34
HSL 1.21º 0.42% 0.46% -
HSV(B) 1.21º 0.59% 0.66% -
XYZ 19.48 13.26 7.16 -
YUV 99.78 110.64 176.66 -
System Red Green Blue C M Y K H S L
Decimal 168 71 69 0 0.58 0.59 0.34 1.21 0.42 0.46
Hex A8 47 45 0 3A 3B 22 1 2A 2E
Octal 250 107 105 0 72 73 42 1 52 56
Binary 10101000 1000111 1000101 0 111010 111011 100010 1 101010 101110

Color Harmonies of #A84745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84745

Black with #A84745

Text Example


Text Example

White with #A84745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84745; }

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

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

background-color css

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

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

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

border-color css

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

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

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