Html Css Color HEX #AB8077 Brandy Rose

📋 copy color: '#AB8077'

red 171 ◦ green 128 ◦ blue 119

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

Shades of Brandy Rose #AB8077

Tints of Brandy Rose #AB8077

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.62%

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

R = 40.91%
G = 30.62%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB8077 (or 0xAB8077) is known color: Brandy Rose. HEX triplet: AB, 80 and 77. RGB value is (171,128,119). Sum of RGB (Red+Green+Blue) = 171+128+119=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8077 is #547F88. Grayscale: #8B8B8B. Windows color (decimal): -5537673 or 7831723. OLE color: 7831723.

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

Color convert

RGB 171 128 119 -
CMYK 0 0.25 0.30 0.33
HSL 10.38º 0.24% 0.57% -
HSV(B) 10.38º 0.3% 0.67% -
XYZ 27.84 25.43 20.89 -
YUV 139.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 171 128 119 0 0.25 0.30 0.33 10.38 0.24 0.57
Hex AB 80 77 0 19 1E 21 A 18 39
Octal 253 200 167 0 31 36 41 12 30 71
Binary 10101011 10000000 1110111 0 11001 11110 100001 1010 11000 111001

Color Harmonies of #AB8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8077

Black with #AB8077

Text Example


Text Example

White with #AB8077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8077; }

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

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

background-color css

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

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

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

border-color css

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

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

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