Html Css Color HEX #AF8079 Brandy Rose

📋 copy color: '#AF8079'

red 175 ◦ green 128 ◦ blue 121

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

Shades of Brandy Rose #AF8079

Tints of Brandy Rose #AF8079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.19%

 BLUE value IS 121 (47.66% from 255) = 28.54%

R = 41.27%
G = 30.19%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF8079 (or 0xAF8079) is known color: Brandy Rose. HEX triplet: AF, 80 and 79. RGB value is (175,128,121). Sum of RGB (Red+Green+Blue) = 175+128+121=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 121 (47.66% from 255 or 28.54% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8079 is #507F86. Grayscale: #8D8D8D. Windows color (decimal): -5275527 or 7962799. OLE color: 7962799.

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

Color convert

RGB 175 128 121 -
CMYK 0 0.27 0.31 0.31
HSL 7.78º 0.25% 0.58% -
HSV(B) 7.78º 0.31% 0.69% -
XYZ 28.85 25.93 21.57 -
YUV 141.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 175 128 121 0 0.27 0.31 0.31 7.78 0.25 0.58
Hex AF 80 79 0 1B 1F 1F 8 19 3A
Octal 257 200 171 0 33 37 37 10 31 72
Binary 10101111 10000000 1111001 0 11011 11111 11111 1000 11001 111010

Color Harmonies of #AF8079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8079

Black with #AF8079

Text Example


Text Example

White with #AF8079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8079; }

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

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

background-color css

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

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

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

border-color css

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

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

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