Html Css Color HEX #AC7D6E Brandy Rose

📋 copy color: '#AC7D6E'

red 172 ◦ green 125 ◦ blue 110

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

Shades of Brandy Rose #AC7D6E

Tints of Brandy Rose #AC7D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.71%

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

R = 42.26%
G = 30.71%
B = 27.03%

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

#AC7D6E (or 0xAC7D6E) is known color: Brandy Rose. HEX triplet: AC, 7D and 6E. RGB value is (172,125,110). Sum of RGB (Red+Green+Blue) = 172+125+110=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 110 (43.36% from 255 or 27.03% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D6E is #538291. Grayscale: #898989. Windows color (decimal): -5472914 or 7241132. OLE color: 7241132.

HSL color Cylindrical-coordinate representation of color #AC7D6E: hue angle of 14.52º 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 #AC7D6E is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 125 110 -
CMYK 0 0.27 0.36 0.33
HSL 14.52º 0.27% 0.55% -
HSV(B) 14.52º 0.36% 0.67% -
XYZ 27.16 24.56 18.06 -
YUV 137.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 172 125 110 0 0.27 0.36 0.33 14.52 0.27 0.55
Hex AC 7D 6E 0 1B 24 21 F 1B 37
Octal 254 175 156 0 33 44 41 17 33 67
Binary 10101100 1111101 1101110 0 11011 100100 100001 1111 11011 110111

Color Harmonies of #AC7D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D6E

Black with #AC7D6E

Text Example


Text Example

White with #AC7D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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