Html Css Color HEX #AF867C Brandy Rose

📋 copy color: '#AF867C'

red 175 ◦ green 134 ◦ blue 124

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

Shades of Brandy Rose #AF867C

Tints of Brandy Rose #AF867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.95%

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

R = 40.42%
G = 30.95%
B = 28.64%

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

#AF867C (or 0xAF867C) is known color: Brandy Rose. HEX triplet: AF, 86 and 7C. RGB value is (175,134,124). Sum of RGB (Red+Green+Blue) = 175+134+124=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF867C is #507983. Grayscale: #919191. Windows color (decimal): -5273988 or 8160943. OLE color: 8160943.

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

Color convert

RGB 175 134 124 -
CMYK 0 0.23 0.29 0.31
HSL 11.76º 0.24% 0.59% -
HSV(B) 11.76º 0.29% 0.69% -
XYZ 29.84 27.62 22.83 -
YUV 145.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 175 134 124 0 0.23 0.29 0.31 11.76 0.24 0.59
Hex AF 86 7C 0 17 1D 1F C 18 3B
Octal 257 206 174 0 27 35 37 14 30 73
Binary 10101111 10000110 1111100 0 10111 11101 11111 1100 11000 111011

Color Harmonies of #AF867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF867C

Black with #AF867C

Text Example


Text Example

White with #AF867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF867C; }

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

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

background-color css

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

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

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

border-color css

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

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

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