Html Css Color HEX #AB8483 Brandy Rose

📋 copy color: '#AB8483'

red 171 ◦ green 132 ◦ blue 131

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

Shades of Brandy Rose #AB8483

Tints of Brandy Rose #AB8483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.18%

R = 39.4%
G = 30.41%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AB8483 (or 0xAB8483) is known color: Brandy Rose. HEX triplet: AB, 84 and 83. RGB value is (171,132,131). Sum of RGB (Red+Green+Blue) = 171+132+131=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8483 is #547B7C. Grayscale: #8F8F8F. Windows color (decimal): -5536637 or 8619179. OLE color: 8619179.

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

Color convert

RGB 171 132 131 -
CMYK 0 0.23 0.23 0.33
HSL 1.5º 0.19% 0.59% -
HSV(B) 1.5º 0.23% 0.67% -
XYZ 29.14 26.8 25.11 -
YUV 143.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 171 132 131 0 0.23 0.23 0.33 1.5 0.19 0.59
Hex AB 84 83 0 17 17 21 2 13 3B
Octal 253 204 203 0 27 27 41 2 23 73
Binary 10101011 10000100 10000011 0 10111 10111 100001 10 10011 111011

Color Harmonies of #AB8483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8483

Black with #AB8483

Text Example


Text Example

White with #AB8483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8483; }

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

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

background-color css

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

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

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

border-color css

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

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

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