Html Css Color HEX #AC7D75 Brandy Rose

📋 copy color: '#AC7D75'

red 172 ◦ green 125 ◦ blue 117

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

Shades of Brandy Rose #AC7D75

Tints of Brandy Rose #AC7D75

RGB

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

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

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

R = 41.55%
G = 30.19%
B = 28.26%

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

#AC7D75 (or 0xAC7D75) is known color: Brandy Rose. HEX triplet: AC, 7D and 75. RGB value is (172,125,117). Sum of RGB (Red+Green+Blue) = 172+125+117=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D75 is #53828A. Grayscale: #8A8A8A. Windows color (decimal): -5472907 or 7699884. OLE color: 7699884.

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

Color convert

RGB 172 125 117 -
CMYK 0 0.27 0.32 0.33
HSL 8.73º 0.25% 0.57% -
HSV(B) 8.73º 0.32% 0.67% -
XYZ 27.56 24.72 20.15 -
YUV 138.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 172 125 117 0 0.27 0.32 0.33 8.73 0.25 0.57
Hex AC 7D 75 0 1B 20 21 9 19 39
Octal 254 175 165 0 33 40 41 11 31 71
Binary 10101100 1111101 1110101 0 11011 100000 100001 1001 11001 111001

Color Harmonies of #AC7D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D75

Black with #AC7D75

Text Example


Text Example

White with #AC7D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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