Html Css Color HEX #AC7B75 Brandy Rose

📋 copy color: '#AC7B75'

red 172 ◦ green 123 ◦ blue 117

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

Shades of Brandy Rose #AC7B75

Tints of Brandy Rose #AC7B75

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.85%

 BLUE value IS 117 (46.09% from 255) = 28.4%

R = 41.75%
G = 29.85%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AC7B75 (or 0xAC7B75) is known color: Brandy Rose. HEX triplet: AC, 7B and 75. RGB value is (172,123,117). Sum of RGB (Red+Green+Blue) = 172+123+117=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B75 is #53848A. Grayscale: #898989. Windows color (decimal): -5473419 or 7699372. OLE color: 7699372.

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

Color convert

RGB 172 123 117 -
CMYK 0 0.28 0.32 0.33
HSL 6.55º 0.25% 0.57% -
HSV(B) 6.55º 0.32% 0.67% -
XYZ 27.31 24.22 20.07 -
YUV 136.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 172 123 117 0 0.28 0.32 0.33 6.55 0.25 0.57
Hex AC 7B 75 0 1C 20 21 7 19 39
Octal 254 173 165 0 34 40 41 7 31 71
Binary 10101100 1111011 1110101 0 11100 100000 100001 111 11001 111001

Color Harmonies of #AC7B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B75

Black with #AC7B75

Text Example


Text Example

White with #AC7B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B75; }

 p { color: rgb(172,123,117); }

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

background-color css

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

 a { background-color: rgb(172,123,117); }

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

border-color css

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

 span { border-color: rgb(172,123,117); }

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