Html Css Color HEX #AB8674 Brandy Rose

📋 copy color: '#AB8674'

red 171 ◦ green 134 ◦ blue 116

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

Shades of Brandy Rose #AB8674

Tints of Brandy Rose #AB8674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.83%

 BLUE value IS 116 (45.7% from 255) = 27.55%

R = 40.62%
G = 31.83%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB8674 (or 0xAB8674) is known color: Brandy Rose. HEX triplet: AB, 86 and 74. RGB value is (171,134,116). Sum of RGB (Red+Green+Blue) = 171+134+116=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8674 is #54798B. Grayscale: #8F8F8F. Windows color (decimal): -5536140 or 7636651. OLE color: 7636651.

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

Color convert

RGB 171 134 116 -
CMYK 0 0.22 0.32 0.33
HSL 19.64º 0.25% 0.56% -
HSV(B) 19.64º 0.32% 0.67% -
XYZ 28.47 26.97 20.23 -
YUV 143.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 171 134 116 0 0.22 0.32 0.33 19.64 0.25 0.56
Hex AB 86 74 0 16 20 21 14 19 38
Octal 253 206 164 0 26 40 41 24 31 70
Binary 10101011 10000110 1110100 0 10110 100000 100001 10100 11001 111000

Color Harmonies of #AB8674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8674

Black with #AB8674

Text Example


Text Example

White with #AB8674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8674; }

 p { color: rgb(171,134,116); }

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

background-color css

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

 a { background-color: rgb(171,134,116); }

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

border-color css

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

 span { border-color: rgb(171,134,116); }

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