Html Css Color HEX #AC5242 Apple Blossom

📋 copy color: '#AC5242'

red 172 ◦ green 82 ◦ blue 66

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

Shades of Apple Blossom #AC5242

Tints of Apple Blossom #AC5242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.63%

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 53.75%
G = 25.63%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC5242 (or 0xAC5242) is known color: Apple Blossom. HEX triplet: AC, 52 and 42. RGB value is (172,82,66). Sum of RGB (Red+Green+Blue) = 172+82+66=320 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.75% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5242 is #53ADBD. Grayscale: #6B6B6B. Windows color (decimal): -5483966 or 4346540. OLE color: 4346540.

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

Color convert

RGB 172 82 66 -
CMYK 0 0.52 0.62 0.33
HSL 9.06º 0.45% 0.47% -
HSV(B) 9.06º 0.62% 0.67% -
XYZ 21.01 15.2 6.98 -
YUV 107.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 172 82 66 0 0.52 0.62 0.33 9.06 0.45 0.47
Hex AC 52 42 0 34 3E 21 9 2D 2F
Octal 254 122 102 0 64 76 41 11 55 57
Binary 10101100 1010010 1000010 0 110100 111110 100001 1001 101101 101111

Color Harmonies of #AC5242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5242

Black with #AC5242

Text Example


Text Example

White with #AC5242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5242; }

 p { color: rgb(172,82,66); }

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

background-color css

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

 a { background-color: rgb(172,82,66); }

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

border-color css

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

 span { border-color: rgb(172,82,66); }

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