Html Css Color HEX #AB8B82 Brandy Rose

📋 copy color: '#AB8B82'

red 171 ◦ green 139 ◦ blue 130

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

Shades of Brandy Rose #AB8B82

Tints of Brandy Rose #AB8B82

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.59%

 BLUE value IS 130 (51.17% from 255) = 29.55%

R = 38.86%
G = 31.59%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AB8B82 (or 0xAB8B82) is known color: Brandy Rose. HEX triplet: AB, 8B and 82. RGB value is (171,139,130). Sum of RGB (Red+Green+Blue) = 171+139+130=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 130 (51.17% from 255 or 29.55% from 440); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8B82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8B82 is #54747D. Grayscale: #939393. Windows color (decimal): -5534846 or 8555435. OLE color: 8555435.

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

Color convert

RGB 171 139 130 -
CMYK 0 0.19 0.24 0.33
HSL 13.17º 0.2% 0.59% -
HSV(B) 13.17º 0.24% 0.67% -
XYZ 30.06 28.73 25.08 -
YUV 147.54 118.1 144.73 -
System Red Green Blue C M Y K H S L
Decimal 171 139 130 0 0.19 0.24 0.33 13.17 0.2 0.59
Hex AB 8B 82 0 13 18 21 D 14 3B
Octal 253 213 202 0 23 30 41 15 24 73
Binary 10101011 10001011 10000010 0 10011 11000 100001 1101 10100 111011

Color Harmonies of #AB8B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8B82

Black with #AB8B82

Text Example


Text Example

White with #AB8B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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