Html Css Color HEX #AF847F Brandy Rose

📋 copy color: '#AF847F'

red 175 ◦ green 132 ◦ blue 127

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

Shades of Brandy Rose #AF847F

Tints of Brandy Rose #AF847F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.41%

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

R = 40.32%
G = 30.41%
B = 29.26%

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

#AF847F (or 0xAF847F) is known color: Brandy Rose. HEX triplet: AF, 84 and 7F. RGB value is (175,132,127). Sum of RGB (Red+Green+Blue) = 175+132+127=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 132 (51.95% from 255 or 30.41% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF847F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF847F is #507B80. Grayscale: #909090. Windows color (decimal): -5274497 or 8357039. OLE color: 8357039.

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

Color convert

RGB 175 132 127 -
CMYK 0 0.25 0.27 0.31
HSL 6.25º 0.23% 0.59% -
HSV(B) 6.25º 0.27% 0.69% -
XYZ 29.76 27.15 23.75 -
YUV 144.29 118.25 149.91 -
System Red Green Blue C M Y K H S L
Decimal 175 132 127 0 0.25 0.27 0.31 6.25 0.23 0.59
Hex AF 84 7F 0 19 1B 1F 6 17 3B
Octal 257 204 177 0 31 33 37 6 27 73
Binary 10101111 10000100 1111111 0 11001 11011 11111 110 10111 111011

Color Harmonies of #AF847F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF847F

Black with #AF847F

Text Example


Text Example

White with #AF847F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF847F; }

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

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

background-color css

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

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

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

border-color css

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

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

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