Html Css Color HEX #AF897F Brandy Rose

📋 copy color: '#AF897F'

red 175 ◦ green 137 ◦ blue 127

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

Shades of Brandy Rose #AF897F

Tints of Brandy Rose #AF897F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.21%

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

R = 39.86%
G = 31.21%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF897F (or 0xAF897F) is known color: Brandy Rose. HEX triplet: AF, 89 and 7F. RGB value is (175,137,127). Sum of RGB (Red+Green+Blue) = 175+137+127=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF897F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF897F is #507680. Grayscale: #939393. Windows color (decimal): -5273217 or 8358319. OLE color: 8358319.

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

Color convert

RGB 175 137 127 -
CMYK 0 0.22 0.27 0.31
HSL 12.5º 0.23% 0.59% -
HSV(B) 12.5º 0.27% 0.69% -
XYZ 30.46 28.54 23.98 -
YUV 147.22 116.59 147.81 -
System Red Green Blue C M Y K H S L
Decimal 175 137 127 0 0.22 0.27 0.31 12.5 0.23 0.59
Hex AF 89 7F 0 16 1B 1F C 17 3B
Octal 257 211 177 0 26 33 37 14 27 73
Binary 10101111 10001001 1111111 0 10110 11011 11111 1100 10111 111011

Color Harmonies of #AF897F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF897F

Black with #AF897F

Text Example


Text Example

White with #AF897F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF897F; }

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

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

background-color css

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

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

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

border-color css

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

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

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