Html Css Color HEX #AB8273 Brandy Rose

📋 copy color: '#AB8273'

red 171 ◦ green 130 ◦ blue 115

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

Shades of Brandy Rose #AB8273

Tints of Brandy Rose #AB8273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.64%

R = 41.11%
G = 31.25%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB8273 (or 0xAB8273) is known color: Brandy Rose. HEX triplet: AB, 82 and 73. RGB value is (171,130,115). Sum of RGB (Red+Green+Blue) = 171+130+115=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8273 is #547D8C. Grayscale: #8C8C8C. Windows color (decimal): -5537165 or 7570091. OLE color: 7570091.

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

Color convert

RGB 171 130 115 -
CMYK 0 0.24 0.33 0.33
HSL 16.07º 0.25% 0.56% -
HSV(B) 16.07º 0.33% 0.67% -
XYZ 27.87 25.86 19.74 -
YUV 140.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 171 130 115 0 0.24 0.33 0.33 16.07 0.25 0.56
Hex AB 82 73 0 18 21 21 10 19 38
Octal 253 202 163 0 30 41 41 20 31 70
Binary 10101011 10000010 1110011 0 11000 100001 100001 10000 11001 111000

Color Harmonies of #AB8273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8273

Black with #AB8273

Text Example


Text Example

White with #AB8273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8273; }

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

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

background-color css

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

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

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

border-color css

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

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

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