Html Css Color HEX #AF7F74 Brandy Rose

📋 copy color: '#AF7F74'

red 175 ◦ green 127 ◦ blue 116

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

Shades of Brandy Rose #AF7F74

Tints of Brandy Rose #AF7F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 41.87%
G = 30.38%
B = 27.75%

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

#AF7F74 (or 0xAF7F74) is known color: Brandy Rose. HEX triplet: AF, 7F and 74. RGB value is (175,127,116). Sum of RGB (Red+Green+Blue) = 175+127+116=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 127 (50% from 255 or 30.38% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF7F74 is #50808B. Grayscale: #8C8C8C. Windows color (decimal): -5275788 or 7634863. OLE color: 7634863.

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

Color convert

RGB 175 127 116 -
CMYK 0 0.27 0.34 0.31
HSL 11.19º 0.27% 0.57% -
HSV(B) 11.19º 0.34% 0.69% -
XYZ 28.42 25.55 19.96 -
YUV 140.1 114.4 152.89 -
System Red Green Blue C M Y K H S L
Decimal 175 127 116 0 0.27 0.34 0.31 11.19 0.27 0.57
Hex AF 7F 74 0 1B 22 1F B 1B 39
Octal 257 177 164 0 33 42 37 13 33 71
Binary 10101111 1111111 1110100 0 11011 100010 11111 1011 11011 111001

Color Harmonies of #AF7F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7F74

Black with #AF7F74

Text Example


Text Example

White with #AF7F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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