Html Css Color HEX #AF7A71 Brandy Rose

📋 copy color: '#AF7A71'

red 175 ◦ green 122 ◦ blue 113

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

Shades of Brandy Rose #AF7A71

Tints of Brandy Rose #AF7A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.76%

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

R = 42.68%
G = 29.76%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#AF7A71 (or 0xAF7A71) is known color: Brandy Rose. HEX triplet: AF, 7A and 71. RGB value is (175,122,113). Sum of RGB (Red+Green+Blue) = 175+122+113=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 113 (44.53% from 255 or 27.56% from 410); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7A71 is #50858E. Grayscale: #888888. Windows color (decimal): -5277071 or 7436975. OLE color: 7436975.

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

Color convert

RGB 175 122 113 -
CMYK 0 0.30 0.35 0.31
HSL 8.71º 0.28% 0.56% -
HSV(B) 8.71º 0.35% 0.69% -
XYZ 27.62 24.23 18.84 -
YUV 136.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 175 122 113 0 0.30 0.35 0.31 8.71 0.28 0.56
Hex AF 7A 71 0 1E 23 1F 9 1C 38
Octal 257 172 161 0 36 43 37 11 34 70
Binary 10101111 1111010 1110001 0 11110 100011 11111 1001 11100 111000

Color Harmonies of #AF7A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7A71

Black with #AF7A71

Text Example


Text Example

White with #AF7A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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