Html Css Color HEX #AC8374 Brandy Rose

📋 copy color: '#AC8374'

red 172 ◦ green 131 ◦ blue 116

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

Shades of Brandy Rose #AC8374

Tints of Brandy Rose #AC8374

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.26%

 BLUE value IS 116 (45.7% from 255) = 27.68%

R = 41.05%
G = 31.26%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC8374 (or 0xAC8374) is known color: Brandy Rose. HEX triplet: AC, 83 and 74. RGB value is (172,131,116). Sum of RGB (Red+Green+Blue) = 172+131+116=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8374 is #537C8B. Grayscale: #8D8D8D. Windows color (decimal): -5471372 or 7635884. OLE color: 7635884.

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

Color convert

RGB 172 131 116 -
CMYK 0 0.24 0.33 0.33
HSL 16.07º 0.25% 0.56% -
HSV(B) 16.07º 0.33% 0.67% -
XYZ 28.28 26.26 20.1 -
YUV 141.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 172 131 116 0 0.24 0.33 0.33 16.07 0.25 0.56
Hex AC 83 74 0 18 21 21 10 19 38
Octal 254 203 164 0 30 41 41 20 31 70
Binary 10101100 10000011 1110100 0 11000 100001 100001 10000 11001 111000

Color Harmonies of #AC8374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8374

Black with #AC8374

Text Example


Text Example

White with #AC8374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8374; }

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

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

background-color css

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

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

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

border-color css

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

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

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