Html Css Color HEX #AC7E7A Brandy Rose

📋 copy color: '#AC7E7A'

red 172 ◦ green 126 ◦ blue 122

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

Shades of Brandy Rose #AC7E7A

Tints of Brandy Rose #AC7E7A

RGB

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

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

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

R = 40.95%
G = 30%
B = 29.05%

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

#AC7E7A (or 0xAC7E7A) is known color: Brandy Rose. HEX triplet: AC, 7E and 7A. RGB value is (172,126,122). Sum of RGB (Red+Green+Blue) = 172+126+122=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 126 (49.61% from 255 or 30% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E7A is #538185. Grayscale: #8B8B8B. Windows color (decimal): -5472646 or 8027820. OLE color: 8027820.

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

Color convert

RGB 172 126 122 -
CMYK 0 0.27 0.29 0.33
HSL 4.8º 0.23% 0.58% -
HSV(B) 4.8º 0.29% 0.67% -
XYZ 27.99 25.1 21.78 -
YUV 139.3 118.24 151.33 -
System Red Green Blue C M Y K H S L
Decimal 172 126 122 0 0.27 0.29 0.33 4.8 0.23 0.58
Hex AC 7E 7A 0 1B 1D 21 5 17 3A
Octal 254 176 172 0 33 35 41 5 27 72
Binary 10101100 1111110 1111010 0 11011 11101 100001 101 10111 111010

Color Harmonies of #AC7E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E7A

Black with #AC7E7A

Text Example


Text Example

White with #AC7E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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