Html Css Color HEX #A84B44 Roof Terracotta

📋 copy color: '#A84B44'

red 168 ◦ green 75 ◦ blue 68

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

Shades of Roof Terracotta #A84B44

Tints of Roof Terracotta #A84B44

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.12%

 BLUE value IS 68 (26.95% from 255) = 21.86%

R = 54.02%
G = 24.12%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A84B44 (or 0xA84B44) is known color: Roof Terracotta. HEX triplet: A8, 4B and 44. RGB value is (168,75,68). Sum of RGB (Red+Green+Blue) = 168+75+68=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A84B44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84B44 is #57B4BB. Grayscale: #666666. Windows color (decimal): -5747900 or 4475816. OLE color: 4475816.

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

Color convert

RGB 168 75 68 -
CMYK 0 0.55 0.60 0.34
HSL 4.2º 0.42% 0.46% -
HSV(B) 4.2º 0.6% 0.66% -
XYZ 19.71 13.77 7.09 -
YUV 102.01 108.81 175.07 -
System Red Green Blue C M Y K H S L
Decimal 168 75 68 0 0.55 0.60 0.34 4.2 0.42 0.46
Hex A8 4B 44 0 37 3C 22 4 2A 2E
Octal 250 113 104 0 67 74 42 4 52 56
Binary 10101000 1001011 1000100 0 110111 111100 100010 100 101010 101110

Color Harmonies of #A84B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84B44

Black with #A84B44

Text Example


Text Example

White with #A84B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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