Html Css Color HEX #AE8B7F Brandy Rose

📋 copy color: '#AE8B7F'

red 174 ◦ green 139 ◦ blue 127

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

Shades of Brandy Rose #AE8B7F

Tints of Brandy Rose #AE8B7F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.59%

 BLUE value IS 127 (50% from 255) = 28.86%

R = 39.55%
G = 31.59%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AE8B7F (or 0xAE8B7F) is known color: Brandy Rose. HEX triplet: AE, 8B and 7F. RGB value is (174,139,127). Sum of RGB (Red+Green+Blue) = 174+139+127=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8B7F is #517480. Grayscale: #949494. Windows color (decimal): -5338241 or 8358830. OLE color: 8358830.

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

Color convert

RGB 174 139 127 -
CMYK 0 0.20 0.27 0.32
HSL 15.32º 0.22% 0.59% -
HSV(B) 15.32º 0.27% 0.68% -
XYZ 30.52 29 24.07 -
YUV 148.1 116.1 146.48 -
System Red Green Blue C M Y K H S L
Decimal 174 139 127 0 0.20 0.27 0.32 15.32 0.22 0.59
Hex AE 8B 7F 0 14 1B 20 F 16 3B
Octal 256 213 177 0 24 33 40 17 26 73
Binary 10101110 10001011 1111111 0 10100 11011 100000 1111 10110 111011

Color Harmonies of #AE8B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8B7F

Black with #AE8B7F

Text Example


Text Example

White with #AE8B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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