Html Css Color HEX #AC8583 Brandy Rose

📋 copy color: '#AC8583'

red 172 ◦ green 133 ◦ blue 131

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

Shades of Brandy Rose #AC8583

Tints of Brandy Rose #AC8583

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.5%

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

R = 39.45%
G = 30.5%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC8583 (or 0xAC8583) is known color: Brandy Rose. HEX triplet: AC, 85 and 83. RGB value is (172,133,131). Sum of RGB (Red+Green+Blue) = 172+133+131=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8583 is #537A7C. Grayscale: #909090. Windows color (decimal): -5470845 or 8619436. OLE color: 8619436.

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

Color convert

RGB 172 133 131 -
CMYK 0 0.23 0.24 0.33
HSL 2.93º 0.2% 0.59% -
HSV(B) 2.93º 0.24% 0.67% -
XYZ 29.5 27.18 25.17 -
YUV 144.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 172 133 131 0 0.23 0.24 0.33 2.93 0.2 0.59
Hex AC 85 83 0 17 18 21 3 14 3B
Octal 254 205 203 0 27 30 41 3 24 73
Binary 10101100 10000101 10000011 0 10111 11000 100001 11 10100 111011

Color Harmonies of #AC8583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8583

Black with #AC8583

Text Example


Text Example

White with #AC8583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8583; }

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

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

background-color css

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

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

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

border-color css

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

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

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