Html Css Color HEX #AF8C80 Brandy Rose

📋 copy color: '#AF8C80'

red 175 ◦ green 140 ◦ blue 128

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

Shades of Brandy Rose #AF8C80

Tints of Brandy Rose #AF8C80

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.6%

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

R = 39.5%
G = 31.6%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF8C80 (or 0xAF8C80) is known color: Brandy Rose. HEX triplet: AF, 8C and 80. RGB value is (175,140,128). Sum of RGB (Red+Green+Blue) = 175+140+128=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8C80 is #50737F. Grayscale: #959595. Windows color (decimal): -5272448 or 8424623. OLE color: 8424623.

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

Color convert

RGB 175 140 128 -
CMYK 0 0.2 0.27 0.31
HSL 15.32º 0.23% 0.59% -
HSV(B) 15.32º 0.27% 0.69% -
XYZ 30.95 29.43 24.47 -
YUV 149.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 175 140 128 0 0.2 0.27 0.31 15.32 0.23 0.59
Hex AF 8C 80 0 14 1B 1F F 17 3B
Octal 257 214 200 0 24 33 37 17 27 73
Binary 10101111 10001100 10000000 0 10100 11011 11111 1111 10111 111011

Color Harmonies of #AF8C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C80

Black with #AF8C80

Text Example


Text Example

White with #AF8C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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