Html Css Color HEX #AC7E75 Brandy Rose

📋 copy color: '#AC7E75'

red 172 ◦ green 126 ◦ blue 117

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

Shades of Brandy Rose #AC7E75

Tints of Brandy Rose #AC7E75

RGB

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

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

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

R = 41.45%
G = 30.36%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC7E75 (or 0xAC7E75) is known color: Brandy Rose. HEX triplet: AC, 7E and 75. RGB value is (172,126,117). Sum of RGB (Red+Green+Blue) = 172+126+117=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E75 is #53818A. Grayscale: #8A8A8A. Windows color (decimal): -5472651 or 7700140. OLE color: 7700140.

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

Color convert

RGB 172 126 117 -
CMYK 0 0.27 0.32 0.33
HSL 9.82º 0.25% 0.57% -
HSV(B) 9.82º 0.32% 0.67% -
XYZ 27.69 24.98 20.19 -
YUV 138.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 172 126 117 0 0.27 0.32 0.33 9.82 0.25 0.57
Hex AC 7E 75 0 1B 20 21 A 19 39
Octal 254 176 165 0 33 40 41 12 31 71
Binary 10101100 1111110 1110101 0 11011 100000 100001 1010 11001 111001

Color Harmonies of #AC7E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E75

Black with #AC7E75

Text Example


Text Example

White with #AC7E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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