Html Css Color HEX #AB8277 Brandy Rose

📋 copy color: '#AB8277'

red 171 ◦ green 130 ◦ blue 119

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

Shades of Brandy Rose #AB8277

Tints of Brandy Rose #AB8277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.95%

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

R = 40.71%
G = 30.95%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB8277 (or 0xAB8277) is known color: Brandy Rose. HEX triplet: AB, 82 and 77. RGB value is (171,130,119). Sum of RGB (Red+Green+Blue) = 171+130+119=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 119 (46.88% from 255 or 28.33% from 420); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8277 is #547D88. Grayscale: #8D8D8D. Windows color (decimal): -5537161 or 7832235. OLE color: 7832235.

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

Color convert

RGB 171 130 119 -
CMYK 0 0.24 0.30 0.33
HSL 12.69º 0.24% 0.57% -
HSV(B) 12.69º 0.3% 0.67% -
XYZ 28.11 25.96 20.98 -
YUV 141.01 115.58 149.39 -
System Red Green Blue C M Y K H S L
Decimal 171 130 119 0 0.24 0.30 0.33 12.69 0.24 0.57
Hex AB 82 77 0 18 1E 21 D 18 39
Octal 253 202 167 0 30 36 41 15 30 71
Binary 10101011 10000010 1110111 0 11000 11110 100001 1101 11000 111001

Color Harmonies of #AB8277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8277

Black with #AB8277

Text Example


Text Example

White with #AB8277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8277; }

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

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

background-color css

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

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

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

border-color css

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

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

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