Html Css Color HEX #AB7D6F Brandy Rose

📋 copy color: '#AB7D6F'

red 171 ◦ green 125 ◦ blue 111

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

Shades of Brandy Rose #AB7D6F

Tints of Brandy Rose #AB7D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.71%

 BLUE value IS 111 (43.75% from 255) = 27.27%

R = 42.01%
G = 30.71%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AB7D6F (or 0xAB7D6F) is known color: Brandy Rose. HEX triplet: AB, 7D and 6F. RGB value is (171,125,111). Sum of RGB (Red+Green+Blue) = 171+125+111=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7D6F is #548290. Grayscale: #898989. Windows color (decimal): -5538449 or 7306667. OLE color: 7306667.

HSL color Cylindrical-coordinate representation of color #AB7D6F: hue angle of 14º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AB7D6F is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 125 111 -
CMYK 0 0.27 0.35 0.33
HSL 14º 0.26% 0.55% -
HSV(B) 14º 0.35% 0.67% -
XYZ 27 24.47 18.34 -
YUV 137.16 113.24 152.14 -
System Red Green Blue C M Y K H S L
Decimal 171 125 111 0 0.27 0.35 0.33 14 0.26 0.55
Hex AB 7D 6F 0 1B 23 21 E 1A 37
Octal 253 175 157 0 33 43 41 16 32 67
Binary 10101011 1111101 1101111 0 11011 100011 100001 1110 11010 110111

Color Harmonies of #AB7D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D6F

Black with #AB7D6F

Text Example


Text Example

White with #AB7D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D6F; }

 p { color: rgb(171,125,111); }

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

background-color css

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

 a { background-color: rgb(171,125,111); }

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

border-color css

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

 span { border-color: rgb(171,125,111); }

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