Html Css Color HEX #AC4A3E Roof Terracotta

📋 copy color: '#AC4A3E'

red 172 ◦ green 74 ◦ blue 62

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

Shades of Roof Terracotta #AC4A3E

Tints of Roof Terracotta #AC4A3E

RGB

 RED value IS 172 (67.58% from 255) = 55.84%

 GREEN value IS 74 (29.3% from 255) = 24.03%

 BLUE value IS 62 (24.61% from 255) = 20.13%

R = 55.84%
G = 24.03%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC4A3E (or 0xAC4A3E) is known color: Roof Terracotta. HEX triplet: AC, 4A and 3E. RGB value is (172,74,62). Sum of RGB (Red+Green+Blue) = 172+74+62=308 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.84% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A3E is #53B5C1. Grayscale: #666666. Windows color (decimal): -5486018 or 4082348. OLE color: 4082348.

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

Color convert

RGB 172 74 62 -
CMYK 0 0.57 0.64 0.33
HSL 6.55º 0.47% 0.46% -
HSV(B) 6.55º 0.64% 0.67% -
XYZ 20.33 14.02 6.19 -
YUV 101.93 105.47 177.98 -
System Red Green Blue C M Y K H S L
Decimal 172 74 62 0 0.57 0.64 0.33 6.55 0.47 0.46
Hex AC 4A 3E 0 39 40 21 7 2F 2E
Octal 254 112 76 0 71 100 41 7 57 56
Binary 10101100 1001010 111110 0 111001 1000000 100001 111 101111 101110

Color Harmonies of #AC4A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A3E

Black with #AC4A3E

Text Example


Text Example

White with #AC4A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A3E; }

 p { color: rgb(172,74,62); }

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

background-color css

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

 a { background-color: rgb(172,74,62); }

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

border-color css

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

 span { border-color: rgb(172,74,62); }

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