Html Css Color HEX #AB8074 Brandy Rose

📋 copy color: '#AB8074'

red 171 ◦ green 128 ◦ blue 116

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

Shades of Brandy Rose #AB8074

Tints of Brandy Rose #AB8074

RGB

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

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

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

R = 41.2%
G = 30.84%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB8074 (or 0xAB8074) is known color: Brandy Rose. HEX triplet: AB, 80 and 74. RGB value is (171,128,116). Sum of RGB (Red+Green+Blue) = 171+128+116=415 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.20% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8074 is #547F8B. Grayscale: #8B8B8B. Windows color (decimal): -5537676 or 7635115. OLE color: 7635115.

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

Color convert

RGB 171 128 116 -
CMYK 0 0.25 0.32 0.33
HSL 13.09º 0.25% 0.56% -
HSV(B) 13.09º 0.32% 0.67% -
XYZ 27.67 25.36 19.96 -
YUV 139.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 171 128 116 0 0.25 0.32 0.33 13.09 0.25 0.56
Hex AB 80 74 0 19 20 21 D 19 38
Octal 253 200 164 0 31 40 41 15 31 70
Binary 10101011 10000000 1110100 0 11001 100000 100001 1101 11001 111000

Color Harmonies of #AB8074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8074

Black with #AB8074

Text Example


Text Example

White with #AB8074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8074; }

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

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

background-color css

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

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

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

border-color css

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

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

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