Html Css Color HEX #A34C4B Roof Terracotta

📋 copy color: '#A34C4B'

red 163 ◦ green 76 ◦ blue 75

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

Shades of Roof Terracotta #A34C4B

Tints of Roof Terracotta #A34C4B

RGB

 RED value IS 163 (64.06% from 255) = 51.91%

 GREEN value IS 76 (30.08% from 255) = 24.2%

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

R = 51.91%
G = 24.2%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A34C4B (or 0xA34C4B) is known color: Roof Terracotta. HEX triplet: A3, 4C and 4B. RGB value is (163,76,75). Sum of RGB (Red+Green+Blue) = 163+76+75=314 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.91% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 163 - color contains mainly: red. Hex color #A34C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34C4B is #5CB3B4. Grayscale: #656565. Windows color (decimal): -6075317 or 4934819. OLE color: 4934819.

HSL color Cylindrical-coordinate representation of color #A34C4B: hue angle of 0.68º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A34C4B is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 76 75 -
CMYK 0 0.53 0.54 0.36
HSL 0.68º 0.37% 0.47% -
HSV(B) 0.68º 0.54% 0.64% -
XYZ 18.96 13.46 8.26 -
YUV 101.9 112.82 171.58 -
System Red Green Blue C M Y K H S L
Decimal 163 76 75 0 0.53 0.54 0.36 0.68 0.37 0.47
Hex A3 4C 4B 0 35 36 24 1 25 2F
Octal 243 114 113 0 65 66 44 1 45 57
Binary 10100011 1001100 1001011 0 110101 110110 100100 1 100101 101111

Color Harmonies of #A34C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34C4B

Black with #A34C4B

Text Example


Text Example

White with #A34C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34C4B; }

 p { color: rgb(163,76,75); }

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

background-color css

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

 a { background-color: rgb(163,76,75); }

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

border-color css

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

 span { border-color: rgb(163,76,75); }

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