Html Css Color HEX #AB8476 Brandy Rose

📋 copy color: '#AB8476'

red 171 ◦ green 132 ◦ blue 118

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

Shades of Brandy Rose #AB8476

Tints of Brandy Rose #AB8476

RGB

 RED value IS 171 (67.19% from 255) = 40.62%

 GREEN value IS 132 (51.95% from 255) = 31.35%

 BLUE value IS 118 (46.48% from 255) = 28.03%

R = 40.62%
G = 31.35%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AB8476 (or 0xAB8476) is known color: Brandy Rose. HEX triplet: AB, 84 and 76. RGB value is (171,132,118). Sum of RGB (Red+Green+Blue) = 171+132+118=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8476 is #547B89. Grayscale: #8E8E8E. Windows color (decimal): -5536650 or 7767211. OLE color: 7767211.

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

Color convert

RGB 171 132 118 -
CMYK 0 0.23 0.31 0.33
HSL 15.85º 0.24% 0.57% -
HSV(B) 15.85º 0.31% 0.67% -
XYZ 28.32 26.47 20.76 -
YUV 142.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 171 132 118 0 0.23 0.31 0.33 15.85 0.24 0.57
Hex AB 84 76 0 17 1F 21 10 18 39
Octal 253 204 166 0 27 37 41 20 30 71
Binary 10101011 10000100 1110110 0 10111 11111 100001 10000 11000 111001

Color Harmonies of #AB8476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8476

Black with #AB8476

Text Example


Text Example

White with #AB8476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8476; }

 p { color: rgb(171,132,118); }

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

background-color css

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

 a { background-color: rgb(171,132,118); }

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

border-color css

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

 span { border-color: rgb(171,132,118); }

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