Html Css Color HEX #A54B44 Roof Terracotta

📋 copy color: '#A54B44'

red 165 ◦ green 75 ◦ blue 68

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

Shades of Roof Terracotta #A54B44

Tints of Roof Terracotta #A54B44

RGB

 RED value IS 165 (64.84% from 255) = 53.57%

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

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

R = 53.57%
G = 24.35%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A54B44 (or 0xA54B44) is known color: Roof Terracotta. HEX triplet: A5, 4B and 44. RGB value is (165,75,68). Sum of RGB (Red+Green+Blue) = 165+75+68=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 75 (29.69% from 255 or 24.35% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54B44 is #5AB4BB. Grayscale: #656565. Windows color (decimal): -5944508 or 4475813. OLE color: 4475813.

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

Color convert

RGB 165 75 68 -
CMYK 0 0.55 0.59 0.35
HSL 4.33º 0.42% 0.46% -
HSV(B) 4.33º 0.59% 0.65% -
XYZ 19.08 13.45 7.06 -
YUV 101.11 109.32 173.57 -
System Red Green Blue C M Y K H S L
Decimal 165 75 68 0 0.55 0.59 0.35 4.33 0.42 0.46
Hex A5 4B 44 0 37 3B 23 4 2A 2E
Octal 245 113 104 0 67 73 43 4 52 56
Binary 10100101 1001011 1000100 0 110111 111011 100011 100 101010 101110

Color Harmonies of #A54B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54B44

Black with #A54B44

Text Example


Text Example

White with #A54B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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