Html Css Color HEX #AF8D80 Brandy Rose

📋 copy color: '#AF8D80'

red 175 ◦ green 141 ◦ blue 128

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

Shades of Brandy Rose #AF8D80

Tints of Brandy Rose #AF8D80

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.76%

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

R = 39.41%
G = 31.76%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF8D80 (or 0xAF8D80) is known color: Brandy Rose. HEX triplet: AF, 8D and 80. RGB value is (175,141,128). Sum of RGB (Red+Green+Blue) = 175+141+128=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8D80 is #50727F. Grayscale: #959595. Windows color (decimal): -5272192 or 8424879. OLE color: 8424879.

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

Color convert

RGB 175 141 128 -
CMYK 0 0.19 0.27 0.31
HSL 16.6º 0.23% 0.59% -
HSV(B) 16.6º 0.27% 0.69% -
XYZ 31.1 29.72 24.52 -
YUV 149.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 175 141 128 0 0.19 0.27 0.31 16.6 0.23 0.59
Hex AF 8D 80 0 13 1B 1F 11 17 3B
Octal 257 215 200 0 23 33 37 21 27 73
Binary 10101111 10001101 10000000 0 10011 11011 11111 10001 10111 111011

Color Harmonies of #AF8D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8D80

Black with #AF8D80

Text Example


Text Example

White with #AF8D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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