Html Css Color HEX #AC4375 Royal Heath

📋 copy color: '#AC4375'

red 172 ◦ green 67 ◦ blue 117

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

Shades of Royal Heath #AC4375

Tints of Royal Heath #AC4375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.82%

 BLUE value IS 117 (46.09% from 255) = 32.87%

R = 48.31%
G = 18.82%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC4375 (or 0xAC4375) is known color: Royal Heath. HEX triplet: AC, 43 and 75. RGB value is (172,67,117). Sum of RGB (Red+Green+Blue) = 172+67+117=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4375 is #53BC8A. Grayscale: #686868. Windows color (decimal): -5487755 or 7685036. OLE color: 7685036.

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

Color convert

RGB 172 67 117 -
CMYK 0 0.61 0.32 0.33
HSL 331.43º 0.44% 0.47% -
HSV(B) 331.43º 0.61% 0.67% -
XYZ 22.23 14.07 18.37 -
YUV 104.1 135.29 176.43 -
System Red Green Blue C M Y K H S L
Decimal 172 67 117 0 0.61 0.32 0.33 331.43 0.44 0.47
Hex AC 43 75 0 3D 20 21 14B 2C 2F
Octal 254 103 165 0 75 40 41 513 54 57
Binary 10101100 1000011 1110101 0 111101 100000 100001 101001011 101100 101111

Color Harmonies of #AC4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4375

Black with #AC4375

Text Example


Text Example

White with #AC4375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4375; }

 p { color: rgb(172,67,117); }

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

background-color css

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

 a { background-color: rgb(172,67,117); }

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

border-color css

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

 span { border-color: rgb(172,67,117); }

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