Html Css Color HEX #AC8174 Brandy Rose

📋 copy color: '#AC8174'

red 172 ◦ green 129 ◦ blue 116

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

Shades of Brandy Rose #AC8174

Tints of Brandy Rose #AC8174

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.94%

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

R = 41.25%
G = 30.94%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC8174 (or 0xAC8174) is known color: Brandy Rose. HEX triplet: AC, 81 and 74. RGB value is (172,129,116). Sum of RGB (Red+Green+Blue) = 172+129+116=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8174 is #537E8B. Grayscale: #8C8C8C. Windows color (decimal): -5471884 or 7635372. OLE color: 7635372.

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

Color convert

RGB 172 129 116 -
CMYK 0 0.25 0.33 0.33
HSL 13.93º 0.25% 0.56% -
HSV(B) 13.93º 0.33% 0.67% -
XYZ 28.02 25.73 20.01 -
YUV 140.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 172 129 116 0 0.25 0.33 0.33 13.93 0.25 0.56
Hex AC 81 74 0 19 21 21 E 19 38
Octal 254 201 164 0 31 41 41 16 31 70
Binary 10101100 10000001 1110100 0 11001 100001 100001 1110 11001 111000

Color Harmonies of #AC8174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8174

Black with #AC8174

Text Example


Text Example

White with #AC8174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8174; }

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

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

background-color css

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

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

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

border-color css

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

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

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