Html Css Color HEX #AC7E7D Brandy Rose

📋 copy color: '#AC7E7D'

red 172 ◦ green 126 ◦ blue 125

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

Shades of Brandy Rose #AC7E7D

Tints of Brandy Rose #AC7E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.55%

R = 40.66%
G = 29.79%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC7E7D (or 0xAC7E7D) is known color: Brandy Rose. HEX triplet: AC, 7E and 7D. RGB value is (172,126,125). Sum of RGB (Red+Green+Blue) = 172+126+125=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E7D is #538182. Grayscale: #8B8B8B. Windows color (decimal): -5472643 or 8224428. OLE color: 8224428.

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

Color convert

RGB 172 126 125 -
CMYK 0 0.27 0.27 0.33
HSL 1.28º 0.22% 0.58% -
HSV(B) 1.28º 0.27% 0.67% -
XYZ 28.18 25.17 22.78 -
YUV 139.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 172 126 125 0 0.27 0.27 0.33 1.28 0.22 0.58
Hex AC 7E 7D 0 1B 1B 21 1 16 3A
Octal 254 176 175 0 33 33 41 1 26 72
Binary 10101100 1111110 1111101 0 11011 11011 100001 1 10110 111010

Color Harmonies of #AC7E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E7D

Black with #AC7E7D

Text Example


Text Example

White with #AC7E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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