Html Css Color HEX #AF8880 Brandy Rose

📋 copy color: '#AF8880'

red 175 ◦ green 136 ◦ blue 128

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

Shades of Brandy Rose #AF8880

Tints of Brandy Rose #AF8880

RGB

 RED value IS 175 (68.75% from 255) = 39.86%

 GREEN value IS 136 (53.52% from 255) = 30.98%

 BLUE value IS 128 (50.39% from 255) = 29.16%

R = 39.86%
G = 30.98%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF8880 (or 0xAF8880) is known color: Brandy Rose. HEX triplet: AF, 88 and 80. RGB value is (175,136,128). Sum of RGB (Red+Green+Blue) = 175+136+128=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8880 is #50777F. Grayscale: #929292. Windows color (decimal): -5273472 or 8423599. OLE color: 8423599.

HSL color Cylindrical-coordinate representation of color #AF8880: hue angle of 10.21º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF8880 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 136 128 -
CMYK 0 0.22 0.27 0.31
HSL 10.21º 0.23% 0.59% -
HSV(B) 10.21º 0.27% 0.69% -
XYZ 30.38 28.28 24.28 -
YUV 146.75 117.42 148.15 -
System Red Green Blue C M Y K H S L
Decimal 175 136 128 0 0.22 0.27 0.31 10.21 0.23 0.59
Hex AF 88 80 0 16 1B 1F A 17 3B
Octal 257 210 200 0 26 33 37 12 27 73
Binary 10101111 10001000 10000000 0 10110 11011 11111 1010 10111 111011

Color Harmonies of #AF8880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8880

Black with #AF8880

Text Example


Text Example

White with #AF8880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8880; }

 p { color: rgb(175,136,128); }

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

background-color css

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

 a { background-color: rgb(175,136,128); }

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

border-color css

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

 span { border-color: rgb(175,136,128); }

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