Html Css Color HEX #AC7D7A Brandy Rose

📋 copy color: '#AC7D7A'

red 172 ◦ green 125 ◦ blue 122

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

Shades of Brandy Rose #AC7D7A

Tints of Brandy Rose #AC7D7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.12%

R = 41.05%
G = 29.83%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AC7D7A (or 0xAC7D7A) is known color: Brandy Rose. HEX triplet: AC, 7D and 7A. RGB value is (172,125,122). Sum of RGB (Red+Green+Blue) = 172+125+122=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7D7A is #538285. Grayscale: #8A8A8A. Windows color (decimal): -5472902 or 8027564. OLE color: 8027564.

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

Color convert

RGB 172 125 122 -
CMYK 0 0.27 0.29 0.33
HSL 3.6º 0.23% 0.58% -
HSV(B) 3.6º 0.29% 0.67% -
XYZ 27.86 24.84 21.74 -
YUV 138.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 172 125 122 0 0.27 0.29 0.33 3.6 0.23 0.58
Hex AC 7D 7A 0 1B 1D 21 4 17 3A
Octal 254 175 172 0 33 35 41 4 27 72
Binary 10101100 1111101 1111010 0 11011 11101 100001 100 10111 111010

Color Harmonies of #AC7D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7D7A

Black with #AC7D7A

Text Example


Text Example

White with #AC7D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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