Html Css Color HEX #AF8980 Brandy Rose

📋 copy color: '#AF8980'

red 175 ◦ green 137 ◦ blue 128

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

Shades of Brandy Rose #AF8980

Tints of Brandy Rose #AF8980

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.14%

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

R = 39.77%
G = 31.14%
B = 29.09%

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

#AF8980 (or 0xAF8980) is known color: Brandy Rose. HEX triplet: AF, 89 and 80. RGB value is (175,137,128). Sum of RGB (Red+Green+Blue) = 175+137+128=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8980 is #50767F. Grayscale: #939393. Windows color (decimal): -5273216 or 8423855. OLE color: 8423855.

HSL color Cylindrical-coordinate representation of color #AF8980: hue angle of 11.49º 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 #AF8980 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 137 128 -
CMYK 0 0.22 0.27 0.31
HSL 11.49º 0.23% 0.59% -
HSV(B) 11.49º 0.27% 0.69% -
XYZ 30.52 28.56 24.33 -
YUV 147.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 175 137 128 0 0.22 0.27 0.31 11.49 0.23 0.59
Hex AF 89 80 0 16 1B 1F B 17 3B
Octal 257 211 200 0 26 33 37 13 27 73
Binary 10101111 10001001 10000000 0 10110 11011 11111 1011 10111 111011

Color Harmonies of #AF8980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8980

Black with #AF8980

Text Example


Text Example

White with #AF8980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8980; }

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

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

background-color css

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

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

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

border-color css

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

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

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