Html Css Color HEX #AB8477 Brandy Rose

📋 copy color: '#AB8477'

red 171 ◦ green 132 ◦ blue 119

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

Shades of Brandy Rose #AB8477

Tints of Brandy Rose #AB8477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.2%

R = 40.52%
G = 31.28%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB8477 (or 0xAB8477) is known color: Brandy Rose. HEX triplet: AB, 84 and 77. RGB value is (171,132,119). Sum of RGB (Red+Green+Blue) = 171+132+119=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8477 is #547B88. Grayscale: #8E8E8E. Windows color (decimal): -5536649 or 7832747. OLE color: 7832747.

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

Color convert

RGB 171 132 119 -
CMYK 0 0.23 0.30 0.33
HSL 15º 0.24% 0.57% -
HSV(B) 15º 0.3% 0.67% -
XYZ 28.38 26.49 21.07 -
YUV 142.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 171 132 119 0 0.23 0.30 0.33 15 0.24 0.57
Hex AB 84 77 0 17 1E 21 F 18 39
Octal 253 204 167 0 27 36 41 17 30 71
Binary 10101011 10000100 1110111 0 10111 11110 100001 1111 11000 111001

Color Harmonies of #AB8477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8477

Black with #AB8477

Text Example


Text Example

White with #AB8477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8477; }

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

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

background-color css

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

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

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

border-color css

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

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

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