Html Css Color HEX #A54B4A Roof Terracotta

📋 copy color: '#A54B4A'

red 165 ◦ green 75 ◦ blue 74

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

Shades of Roof Terracotta #A54B4A

Tints of Roof Terracotta #A54B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.57%

R = 52.55%
G = 23.89%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A54B4A (or 0xA54B4A) is known color: Roof Terracotta. HEX triplet: A5, 4B and 4A. RGB value is (165,75,74). Sum of RGB (Red+Green+Blue) = 165+75+74=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54B4A is #5AB4B5. Grayscale: #656565. Windows color (decimal): -5944502 or 4869029. OLE color: 4869029.

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

Color convert

RGB 165 75 74 -
CMYK 0 0.55 0.55 0.35
HSL 0.66º 0.38% 0.47% -
HSV(B) 0.66º 0.55% 0.65% -
XYZ 19.27 13.53 8.07 -
YUV 101.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 165 75 74 0 0.55 0.55 0.35 0.66 0.38 0.47
Hex A5 4B 4A 0 37 37 23 1 26 2F
Octal 245 113 112 0 67 67 43 1 46 57
Binary 10100101 1001011 1001010 0 110111 110111 100011 1 100110 101111

Color Harmonies of #A54B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54B4A

Black with #A54B4A

Text Example


Text Example

White with #A54B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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