Html Css Color HEX #AB8373 Brandy Rose

📋 copy color: '#AB8373'

red 171 ◦ green 131 ◦ blue 115

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

Shades of Brandy Rose #AB8373

Tints of Brandy Rose #AB8373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.41%

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

R = 41.01%
G = 31.41%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB8373 (or 0xAB8373) is known color: Brandy Rose. HEX triplet: AB, 83 and 73. RGB value is (171,131,115). Sum of RGB (Red+Green+Blue) = 171+131+115=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8373 is #547C8C. Grayscale: #8D8D8D. Windows color (decimal): -5536909 or 7570347. OLE color: 7570347.

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

Color convert

RGB 171 131 115 -
CMYK 0 0.23 0.33 0.33
HSL 17.14º 0.25% 0.56% -
HSV(B) 17.14º 0.33% 0.67% -
XYZ 28.01 26.13 19.79 -
YUV 141.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 171 131 115 0 0.23 0.33 0.33 17.14 0.25 0.56
Hex AB 83 73 0 17 21 21 11 19 38
Octal 253 203 163 0 27 41 41 21 31 70
Binary 10101011 10000011 1110011 0 10111 100001 100001 10001 11001 111000

Color Harmonies of #AB8373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8373

Black with #AB8373

Text Example


Text Example

White with #AB8373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8373; }

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

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

background-color css

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

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

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

border-color css

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

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

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