Html Css Color HEX #AF7F73 Brandy Rose

📋 copy color: '#AF7F73'

red 175 ◦ green 127 ◦ blue 115

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

Shades of Brandy Rose #AF7F73

Tints of Brandy Rose #AF7F73

RGB

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

 GREEN value IS 127 (50% from 255) = 30.46%

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

R = 41.97%
G = 30.46%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#AF7F73 (or 0xAF7F73) is known color: Brandy Rose. HEX triplet: AF, 7F and 73. RGB value is (175,127,115). Sum of RGB (Red+Green+Blue) = 175+127+115=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F73 is #50808C. Grayscale: #8C8C8C. Windows color (decimal): -5275789 or 7569327. OLE color: 7569327.

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

Color convert

RGB 175 127 115 -
CMYK 0 0.27 0.34 0.31
HSL 12º 0.27% 0.57% -
HSV(B) 12º 0.34% 0.69% -
XYZ 28.36 25.53 19.65 -
YUV 139.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 175 127 115 0 0.27 0.34 0.31 12 0.27 0.57
Hex AF 7F 73 0 1B 22 1F C 1B 39
Octal 257 177 163 0 33 42 37 14 33 71
Binary 10101111 1111111 1110011 0 11011 100010 11111 1100 11011 111001

Color Harmonies of #AF7F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F73

Black with #AF7F73

Text Example


Text Example

White with #AF7F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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