Html Css Color HEX #AF807F Brandy Rose

📋 copy color: '#AF807F'

red 175 ◦ green 128 ◦ blue 127

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

Shades of Brandy Rose #AF807F

Tints of Brandy Rose #AF807F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.53%

R = 40.7%
G = 29.77%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF807F (or 0xAF807F) is known color: Brandy Rose. HEX triplet: AF, 80 and 7F. RGB value is (175,128,127). Sum of RGB (Red+Green+Blue) = 175+128+127=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF807F is #507F80. Grayscale: #8D8D8D. Windows color (decimal): -5275521 or 8356015. OLE color: 8356015.

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

Color convert

RGB 175 128 127 -
CMYK 0 0.27 0.27 0.31
HSL 1.25º 0.23% 0.59% -
HSV(B) 1.25º 0.27% 0.69% -
XYZ 29.23 26.08 23.57 -
YUV 141.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 175 128 127 0 0.27 0.27 0.31 1.25 0.23 0.59
Hex AF 80 7F 0 1B 1B 1F 1 17 3B
Octal 257 200 177 0 33 33 37 1 27 73
Binary 10101111 10000000 1111111 0 11011 11011 11111 1 10111 111011

Color Harmonies of #AF807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF807F

Black with #AF807F

Text Example


Text Example

White with #AF807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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