Html Css Color HEX #AF7E71 Brandy Rose

📋 copy color: '#AF7E71'

red 175 ◦ green 126 ◦ blue 113

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

Shades of Brandy Rose #AF7E71

Tints of Brandy Rose #AF7E71

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.43%

 BLUE value IS 113 (44.53% from 255) = 27.29%

R = 42.27%
G = 30.43%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF7E71 (or 0xAF7E71) is known color: Brandy Rose. HEX triplet: AF, 7E and 71. RGB value is (175,126,113). Sum of RGB (Red+Green+Blue) = 175+126+113=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7E71 is #50818E. Grayscale: #8B8B8B. Windows color (decimal): -5276047 or 7437999. OLE color: 7437999.

HSL color Cylindrical-coordinate representation of color #AF7E71: hue angle of 12.58º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF7E71 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 126 113 -
CMYK 0 0.28 0.35 0.31
HSL 12.58º 0.28% 0.56% -
HSV(B) 12.58º 0.35% 0.69% -
XYZ 28.12 25.23 19.01 -
YUV 139.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 175 126 113 0 0.28 0.35 0.31 12.58 0.28 0.56
Hex AF 7E 71 0 1C 23 1F D 1C 38
Octal 257 176 161 0 34 43 37 15 34 70
Binary 10101111 1111110 1110001 0 11100 100011 11111 1101 11100 111000

Color Harmonies of #AF7E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E71

Black with #AF7E71

Text Example


Text Example

White with #AF7E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E71; }

 p { color: rgb(175,126,113); }

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

background-color css

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

 a { background-color: rgb(175,126,113); }

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

border-color css

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

 span { border-color: rgb(175,126,113); }

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