Html Css Color HEX #AE7F6F Brandy Rose

📋 copy color: '#AE7F6F'

red 174 ◦ green 127 ◦ blue 111

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

Shades of Brandy Rose #AE7F6F

Tints of Brandy Rose #AE7F6F

RGB

 RED value IS 174 (68.36% from 255) = 42.23%

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

 BLUE value IS 111 (43.75% from 255) = 26.94%

R = 42.23%
G = 30.83%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AE7F6F (or 0xAE7F6F) is known color: Brandy Rose. HEX triplet: AE, 7F and 6F. RGB value is (174,127,111). Sum of RGB (Red+Green+Blue) = 174+127+111=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7F6F is #518090. Grayscale: #8B8B8B. Windows color (decimal): -5341329 or 7307182. OLE color: 7307182.

HSL color Cylindrical-coordinate representation of color #AE7F6F: hue angle of 15.24º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AE7F6F is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 127 111 -
CMYK 0 0.27 0.36 0.32
HSL 15.24º 0.28% 0.56% -
HSV(B) 15.24º 0.36% 0.68% -
XYZ 27.91 25.33 18.46 -
YUV 139.23 112.07 152.8 -
System Red Green Blue C M Y K H S L
Decimal 174 127 111 0 0.27 0.36 0.32 15.24 0.28 0.56
Hex AE 7F 6F 0 1B 24 20 F 1C 38
Octal 256 177 157 0 33 44 40 17 34 70
Binary 10101110 1111111 1101111 0 11011 100100 100000 1111 11100 111000

Color Harmonies of #AE7F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7F6F

Black with #AE7F6F

Text Example


Text Example

White with #AE7F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7F6F; }

 p { color: rgb(174,127,111); }

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

background-color css

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

 a { background-color: rgb(174,127,111); }

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

border-color css

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

 span { border-color: rgb(174,127,111); }

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