Html Css Color HEX #AC7E6E Brandy Rose

📋 copy color: '#AC7E6E'

red 172 ◦ green 126 ◦ blue 110

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

Shades of Brandy Rose #AC7E6E

Tints of Brandy Rose #AC7E6E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.88%

 BLUE value IS 110 (43.36% from 255) = 26.96%

R = 42.16%
G = 30.88%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AC7E6E (or 0xAC7E6E) is known color: Brandy Rose. HEX triplet: AC, 7E and 6E. RGB value is (172,126,110). Sum of RGB (Red+Green+Blue) = 172+126+110=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 126 (49.61% from 255 or 30.88% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E6E is #538191. Grayscale: #8A8A8A. Windows color (decimal): -5472658 or 7241388. OLE color: 7241388.

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

Color convert

RGB 172 126 110 -
CMYK 0 0.27 0.36 0.33
HSL 15.48º 0.27% 0.55% -
HSV(B) 15.48º 0.36% 0.67% -
XYZ 27.29 24.82 18.1 -
YUV 137.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 172 126 110 0 0.27 0.36 0.33 15.48 0.27 0.55
Hex AC 7E 6E 0 1B 24 21 F 1B 37
Octal 254 176 156 0 33 44 41 17 33 67
Binary 10101100 1111110 1101110 0 11011 100100 100001 1111 11011 110111

Color Harmonies of #AC7E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E6E

Black with #AC7E6E

Text Example


Text Example

White with #AC7E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E6E; }

 p { color: rgb(172,126,110); }

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

background-color css

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

 a { background-color: rgb(172,126,110); }

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

border-color css

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

 span { border-color: rgb(172,126,110); }

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