Html Css Color HEX #AF8573 Brandy Rose

📋 copy color: '#AF8573'

red 175 ◦ green 133 ◦ blue 115

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

Shades of Brandy Rose #AF8573

Tints of Brandy Rose #AF8573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.44%

 BLUE value IS 115 (45.31% from 255) = 27.19%

R = 41.37%
G = 31.44%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF8573 (or 0xAF8573) is known color: Brandy Rose. HEX triplet: AF, 85 and 73. RGB value is (175,133,115). Sum of RGB (Red+Green+Blue) = 175+133+115=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8573 is #507A8C. Grayscale: #8F8F8F. Windows color (decimal): -5274253 or 7570863. OLE color: 7570863.

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

Color convert

RGB 175 133 115 -
CMYK 0 0.24 0.34 0.31
HSL 18º 0.27% 0.57% -
HSV(B) 18º 0.34% 0.69% -
XYZ 29.16 27.13 19.92 -
YUV 143.51 111.91 150.46 -
System Red Green Blue C M Y K H S L
Decimal 175 133 115 0 0.24 0.34 0.31 18 0.27 0.57
Hex AF 85 73 0 18 22 1F 12 1B 39
Octal 257 205 163 0 30 42 37 22 33 71
Binary 10101111 10000101 1110011 0 11000 100010 11111 10010 11011 111001

Color Harmonies of #AF8573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8573

Black with #AF8573

Text Example


Text Example

White with #AF8573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8573; }

 p { color: rgb(175,133,115); }

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

background-color css

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

 a { background-color: rgb(175,133,115); }

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

border-color css

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

 span { border-color: rgb(175,133,115); }

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