Html Css Color HEX #AC8983 Brandy Rose

📋 copy color: '#AC8983'

red 172 ◦ green 137 ◦ blue 131

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

Shades of Brandy Rose #AC8983

Tints of Brandy Rose #AC8983

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.14%

 BLUE value IS 131 (51.56% from 255) = 29.77%

R = 39.09%
G = 31.14%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC8983 (or 0xAC8983) is known color: Brandy Rose. HEX triplet: AC, 89 and 83. RGB value is (172,137,131). Sum of RGB (Red+Green+Blue) = 172+137+131=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8983 is #53767C. Grayscale: #929292. Windows color (decimal): -5469821 or 8620460. OLE color: 8620460.

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

Color convert

RGB 172 137 131 -
CMYK 0 0.20 0.24 0.33
HSL 8.78º 0.2% 0.59% -
HSV(B) 8.78º 0.24% 0.67% -
XYZ 30.06 28.3 25.35 -
YUV 146.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 172 137 131 0 0.20 0.24 0.33 8.78 0.2 0.59
Hex AC 89 83 0 14 18 21 9 14 3B
Octal 254 211 203 0 24 30 41 11 24 73
Binary 10101100 10001001 10000011 0 10100 11000 100001 1001 10100 111011

Color Harmonies of #AC8983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8983

Black with #AC8983

Text Example


Text Example

White with #AC8983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8983; }

 p { color: rgb(172,137,131); }

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

background-color css

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

 a { background-color: rgb(172,137,131); }

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

border-color css

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

 span { border-color: rgb(172,137,131); }

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