Html Css Color HEX #AC7E70 Brandy Rose

📋 copy color: '#AC7E70'

red 172 ◦ green 126 ◦ blue 112

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

Shades of Brandy Rose #AC7E70

Tints of Brandy Rose #AC7E70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.32%

R = 41.95%
G = 30.73%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC7E70 (or 0xAC7E70) is known color: Brandy Rose. HEX triplet: AC, 7E and 70. RGB value is (172,126,112). Sum of RGB (Red+Green+Blue) = 172+126+112=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E70 is #53818F. Grayscale: #8A8A8A. Windows color (decimal): -5472656 or 7372460. OLE color: 7372460.

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

Color convert

RGB 172 126 112 -
CMYK 0 0.27 0.35 0.33
HSL 14º 0.27% 0.56% -
HSV(B) 14º 0.35% 0.67% -
XYZ 27.4 24.86 18.68 -
YUV 138.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 172 126 112 0 0.27 0.35 0.33 14 0.27 0.56
Hex AC 7E 70 0 1B 23 21 E 1B 38
Octal 254 176 160 0 33 43 41 16 33 70
Binary 10101100 1111110 1110000 0 11011 100011 100001 1110 11011 111000

Color Harmonies of #AC7E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7E70

Black with #AC7E70

Text Example


Text Example

White with #AC7E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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