Html Css Color HEX #AB8072 Brandy Rose

📋 copy color: '#AB8072'

red 171 ◦ green 128 ◦ blue 114

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

Shades of Brandy Rose #AB8072

Tints of Brandy Rose #AB8072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.6%

R = 41.4%
G = 30.99%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AB8072 (or 0xAB8072) is known color: Brandy Rose. HEX triplet: AB, 80 and 72. RGB value is (171,128,114). Sum of RGB (Red+Green+Blue) = 171+128+114=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8072 is #547F8D. Grayscale: #8B8B8B. Windows color (decimal): -5537678 or 7504043. OLE color: 7504043.

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

Color convert

RGB 171 128 114 -
CMYK 0 0.25 0.33 0.33
HSL 14.74º 0.25% 0.56% -
HSV(B) 14.74º 0.33% 0.67% -
XYZ 27.55 25.31 19.35 -
YUV 139.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 171 128 114 0 0.25 0.33 0.33 14.74 0.25 0.56
Hex AB 80 72 0 19 21 21 F 19 38
Octal 253 200 162 0 31 41 41 17 31 70
Binary 10101011 10000000 1110010 0 11001 100001 100001 1111 11001 111000

Color Harmonies of #AB8072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8072

Black with #AB8072

Text Example


Text Example

White with #AB8072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8072; }

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

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

background-color css

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

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

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

border-color css

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

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

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