Html Css Color HEX #AF8380 Brandy Rose

📋 copy color: '#AF8380'

red 175 ◦ green 131 ◦ blue 128

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

Shades of Brandy Rose #AF8380

Tints of Brandy Rose #AF8380

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.18%

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

R = 40.32%
G = 30.18%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF8380 (or 0xAF8380) is known color: Brandy Rose. HEX triplet: AF, 83 and 80. RGB value is (175,131,128). Sum of RGB (Red+Green+Blue) = 175+131+128=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8380 is #507C7F. Grayscale: #8F8F8F. Windows color (decimal): -5274752 or 8422319. OLE color: 8422319.

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

Color convert

RGB 175 131 128 -
CMYK 0 0.25 0.27 0.31
HSL 3.83º 0.23% 0.59% -
HSV(B) 3.83º 0.27% 0.69% -
XYZ 29.69 26.91 24.05 -
YUV 143.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 175 131 128 0 0.25 0.27 0.31 3.83 0.23 0.59
Hex AF 83 80 0 19 1B 1F 4 17 3B
Octal 257 203 200 0 31 33 37 4 27 73
Binary 10101111 10000011 10000000 0 11001 11011 11111 100 10111 111011

Color Harmonies of #AF8380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8380

Black with #AF8380

Text Example


Text Example

White with #AF8380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8380; }

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

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

background-color css

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

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

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

border-color css

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

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

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