Html Css Color HEX #AF7D73 Brandy Rose

📋 copy color: '#AF7D73'

red 175 ◦ green 125 ◦ blue 115

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

Shades of Brandy Rose #AF7D73

Tints of Brandy Rose #AF7D73

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.12%

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

R = 42.17%
G = 30.12%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF7D73 (or 0xAF7D73) is known color: Brandy Rose. HEX triplet: AF, 7D and 73. RGB value is (175,125,115). Sum of RGB (Red+Green+Blue) = 175+125+115=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7D73 is #50828C. Grayscale: #8A8A8A. Windows color (decimal): -5276301 or 7568815. OLE color: 7568815.

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

Color convert

RGB 175 125 115 -
CMYK 0 0.29 0.34 0.31
HSL 10º 0.27% 0.57% -
HSV(B) 10º 0.34% 0.69% -
XYZ 28.11 25.02 19.57 -
YUV 138.81 114.57 153.81 -
System Red Green Blue C M Y K H S L
Decimal 175 125 115 0 0.29 0.34 0.31 10 0.27 0.57
Hex AF 7D 73 0 1D 22 1F A 1B 39
Octal 257 175 163 0 35 42 37 12 33 71
Binary 10101111 1111101 1110011 0 11101 100010 11111 1010 11011 111001

Color Harmonies of #AF7D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D73

Black with #AF7D73

Text Example


Text Example

White with #AF7D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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