Html Css Color HEX #AB423F Roof Terracotta

📋 copy color: '#AB423F'

red 171 ◦ green 66 ◦ blue 63

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

Shades of Roof Terracotta #AB423F

Tints of Roof Terracotta #AB423F

RGB

 RED value IS 171 (67.19% from 255) = 57%

 GREEN value IS 66 (26.17% from 255) = 22%

 BLUE value IS 63 (25% from 255) = 21%

R = 57%
G = 22%
B = 21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB423F (or 0xAB423F) is known color: Roof Terracotta. HEX triplet: AB, 42 and 3F. RGB value is (171,66,63). Sum of RGB (Red+Green+Blue) = 171+66+63=300 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 171 - color contains mainly: red. Hex color #AB423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB423F is #54BDC0. Grayscale: #616161. Windows color (decimal): -5553601 or 4145835. OLE color: 4145835.

HSL color Cylindrical-coordinate representation of color #AB423F: hue angle of 1.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB423F is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 66 63 -
CMYK 0 0.61 0.63 0.33
HSL 1.67º 0.46% 0.46% -
HSV(B) 1.67º 0.63% 0.67% -
XYZ 19.64 12.91 6.16 -
YUV 97.05 108.79 180.74 -
System Red Green Blue C M Y K H S L
Decimal 171 66 63 0 0.61 0.63 0.33 1.67 0.46 0.46
Hex AB 42 3F 0 3D 3F 21 2 2E 2E
Octal 253 102 77 0 75 77 41 2 56 56
Binary 10101011 1000010 111111 0 111101 111111 100001 10 101110 101110

Color Harmonies of #AB423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB423F

Black with #AB423F

Text Example


Text Example

White with #AB423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB423F; }

 p { color: rgb(171,66,63); }

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

background-color css

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

 a { background-color: rgb(171,66,63); }

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

border-color css

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

 span { border-color: rgb(171,66,63); }

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