Html Css Color HEX #AF877C Brandy Rose

📋 copy color: '#AF877C'

red 175 ◦ green 135 ◦ blue 124

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

Shades of Brandy Rose #AF877C

Tints of Brandy Rose #AF877C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.11%

 BLUE value IS 124 (48.83% from 255) = 28.57%

R = 40.32%
G = 31.11%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF877C (or 0xAF877C) is known color: Brandy Rose. HEX triplet: AF, 87 and 7C. RGB value is (175,135,124). Sum of RGB (Red+Green+Blue) = 175+135+124=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF877C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF877C is #507883. Grayscale: #919191. Windows color (decimal): -5273732 or 8161199. OLE color: 8161199.

HSL color Cylindrical-coordinate representation of color #AF877C: hue angle of 12.94º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF877C is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 135 124 -
CMYK 0 0.23 0.29 0.31
HSL 12.94º 0.24% 0.59% -
HSV(B) 12.94º 0.29% 0.69% -
XYZ 29.98 27.9 22.87 -
YUV 145.71 115.75 148.89 -
System Red Green Blue C M Y K H S L
Decimal 175 135 124 0 0.23 0.29 0.31 12.94 0.24 0.59
Hex AF 87 7C 0 17 1D 1F D 18 3B
Octal 257 207 174 0 27 35 37 15 30 73
Binary 10101111 10000111 1111100 0 10111 11101 11111 1101 11000 111011

Color Harmonies of #AF877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF877C

Black with #AF877C

Text Example


Text Example

White with #AF877C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF877C; }

 p { color: rgb(175,135,124); }

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

background-color css

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

 a { background-color: rgb(175,135,124); }

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

border-color css

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

 span { border-color: rgb(175,135,124); }

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