Html Css Color HEX #AC7C75 Brandy Rose

📋 copy color: '#AC7C75'

red 172 ◦ green 124 ◦ blue 117

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

Shades of Brandy Rose #AC7C75

Tints of Brandy Rose #AC7C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.02%

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

R = 41.65%
G = 30.02%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC7C75 (or 0xAC7C75) is known color: Brandy Rose. HEX triplet: AC, 7C and 75. RGB value is (172,124,117). Sum of RGB (Red+Green+Blue) = 172+124+117=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C75 is #53838A. Grayscale: #898989. Windows color (decimal): -5473163 or 7699628. OLE color: 7699628.

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

Color convert

RGB 172 124 117 -
CMYK 0 0.28 0.32 0.33
HSL 7.64º 0.25% 0.57% -
HSV(B) 7.64º 0.32% 0.67% -
XYZ 27.43 24.47 20.11 -
YUV 137.55 116.4 152.57 -
System Red Green Blue C M Y K H S L
Decimal 172 124 117 0 0.28 0.32 0.33 7.64 0.25 0.57
Hex AC 7C 75 0 1C 20 21 8 19 39
Octal 254 174 165 0 34 40 41 10 31 71
Binary 10101100 1111100 1110101 0 11100 100000 100001 1000 11001 111001

Color Harmonies of #AC7C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7C75

Black with #AC7C75

Text Example


Text Example

White with #AC7C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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