Html Css Color HEX #AF8473 Brandy Rose

📋 copy color: '#AF8473'

red 175 ◦ green 132 ◦ blue 115

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

Shades of Brandy Rose #AF8473

Tints of Brandy Rose #AF8473

RGB

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

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

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

R = 41.47%
G = 31.28%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF8473 (or 0xAF8473) is known color: Brandy Rose. HEX triplet: AF, 84 and 73. RGB value is (175,132,115). Sum of RGB (Red+Green+Blue) = 175+132+115=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 115 (45.31% from 255 or 27.25% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8473 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8473 is #507B8C. Grayscale: #8F8F8F. Windows color (decimal): -5274509 or 7570607. OLE color: 7570607.

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

Color convert

RGB 175 132 115 -
CMYK 0 0.25 0.34 0.31
HSL 17º 0.27% 0.57% -
HSV(B) 17º 0.34% 0.69% -
XYZ 29.02 26.85 19.87 -
YUV 142.92 112.25 150.88 -
System Red Green Blue C M Y K H S L
Decimal 175 132 115 0 0.25 0.34 0.31 17 0.27 0.57
Hex AF 84 73 0 19 22 1F 11 1B 39
Octal 257 204 163 0 31 42 37 21 33 71
Binary 10101111 10000100 1110011 0 11001 100010 11111 10001 11011 111001

Color Harmonies of #AF8473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8473

Black with #AF8473

Text Example


Text Example

White with #AF8473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8473; }

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

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

background-color css

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

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

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

border-color css

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

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

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