Html Css Color HEX #AC7A75 Brandy Rose

📋 copy color: '#AC7A75'

red 172 ◦ green 122 ◦ blue 117

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

Shades of Brandy Rose #AC7A75

Tints of Brandy Rose #AC7A75

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.68%

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

R = 41.85%
G = 29.68%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC7A75 (or 0xAC7A75) is known color: Brandy Rose. HEX triplet: AC, 7A and 75. RGB value is (172,122,117). Sum of RGB (Red+Green+Blue) = 172+122+117=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7A75 is #53858A. Grayscale: #888888. Windows color (decimal): -5473675 or 7699116. OLE color: 7699116.

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

Color convert

RGB 172 122 117 -
CMYK 0 0.29 0.32 0.33
HSL 5.45º 0.25% 0.57% -
HSV(B) 5.45º 0.32% 0.67% -
XYZ 27.18 23.97 20.02 -
YUV 136.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 172 122 117 0 0.29 0.32 0.33 5.45 0.25 0.57
Hex AC 7A 75 0 1D 20 21 5 19 39
Octal 254 172 165 0 35 40 41 5 31 71
Binary 10101100 1111010 1110101 0 11101 100000 100001 101 11001 111001

Color Harmonies of #AC7A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7A75

Black with #AC7A75

Text Example


Text Example

White with #AC7A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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