Html Css Color HEX #AC877F Brandy Rose

📋 copy color: '#AC877F'

red 172 ◦ green 135 ◦ blue 127

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

Shades of Brandy Rose #AC877F

Tints of Brandy Rose #AC877F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.11%

 BLUE value IS 127 (50% from 255) = 29.26%

R = 39.63%
G = 31.11%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC877F (or 0xAC877F) is known color: Brandy Rose. HEX triplet: AC, 87 and 7F. RGB value is (172,135,127). Sum of RGB (Red+Green+Blue) = 172+135+127=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 172 - color contains mainly: red. Hex color #AC877F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC877F is #537880. Grayscale: #919191. Windows color (decimal): -5470337 or 8357804. OLE color: 8357804.

HSL color Cylindrical-coordinate representation of color #AC877F: hue angle of 10.67º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC877F is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 135 127 -
CMYK 0 0.22 0.26 0.33
HSL 10.67º 0.21% 0.59% -
HSV(B) 10.67º 0.26% 0.67% -
XYZ 29.51 27.63 23.86 -
YUV 145.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 172 135 127 0 0.22 0.26 0.33 10.67 0.21 0.59
Hex AC 87 7F 0 16 1A 21 B 15 3B
Octal 254 207 177 0 26 32 41 13 25 73
Binary 10101100 10000111 1111111 0 10110 11010 100001 1011 10101 111011

Color Harmonies of #AC877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC877F

Black with #AC877F

Text Example


Text Example

White with #AC877F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC877F; }

 p { color: rgb(172,135,127); }

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

background-color css

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

 a { background-color: rgb(172,135,127); }

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

border-color css

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

 span { border-color: rgb(172,135,127); }

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