Html Css Color HEX #AE8B7E Brandy Rose

📋 copy color: '#AE8B7E'

red 174 ◦ green 139 ◦ blue 126

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

Shades of Brandy Rose #AE8B7E

Tints of Brandy Rose #AE8B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.7%

R = 39.64%
G = 31.66%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE8B7E (or 0xAE8B7E) is known color: Brandy Rose. HEX triplet: AE, 8B and 7E. RGB value is (174,139,126). Sum of RGB (Red+Green+Blue) = 174+139+126=439 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.64% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8B7E is #517481. Grayscale: #949494. Windows color (decimal): -5338242 or 8293294. OLE color: 8293294.

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

Color convert

RGB 174 139 126 -
CMYK 0 0.20 0.28 0.32
HSL 16.25º 0.23% 0.59% -
HSV(B) 16.25º 0.28% 0.68% -
XYZ 30.45 28.97 23.73 -
YUV 147.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 174 139 126 0 0.20 0.28 0.32 16.25 0.23 0.59
Hex AE 8B 7E 0 14 1C 20 10 17 3B
Octal 256 213 176 0 24 34 40 20 27 73
Binary 10101110 10001011 1111110 0 10100 11100 100000 10000 10111 111011

Color Harmonies of #AE8B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8B7E

Black with #AE8B7E

Text Example


Text Example

White with #AE8B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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