Html Css Color HEX #AE827B Brandy Rose

📋 copy color: '#AE827B'

red 174 ◦ green 130 ◦ blue 123

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

Shades of Brandy Rose #AE827B

Tints of Brandy Rose #AE827B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.44%

 BLUE value IS 123 (48.44% from 255) = 28.81%

R = 40.75%
G = 30.44%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE827B (or 0xAE827B) is known color: Brandy Rose. HEX triplet: AE, 82 and 7B. RGB value is (174,130,123). Sum of RGB (Red+Green+Blue) = 174+130+123=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 123 (48.44% from 255 or 28.81% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AE827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE827B is #517D84. Grayscale: #8E8E8E. Windows color (decimal): -5340549 or 8094382. OLE color: 8094382.

HSL color Cylindrical-coordinate representation of color #AE827B: hue angle of 8.24º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE827B is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 130 123 -
CMYK 0 0.25 0.29 0.32
HSL 8.24º 0.24% 0.58% -
HSV(B) 8.24º 0.29% 0.68% -
XYZ 29.01 26.39 22.3 -
YUV 142.36 117.08 150.57 -
System Red Green Blue C M Y K H S L
Decimal 174 130 123 0 0.25 0.29 0.32 8.24 0.24 0.58
Hex AE 82 7B 0 19 1D 20 8 18 3A
Octal 256 202 173 0 31 35 40 10 30 72
Binary 10101110 10000010 1111011 0 11001 11101 100000 1000 11000 111010

Color Harmonies of #AE827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE827B

Black with #AE827B

Text Example


Text Example

White with #AE827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE827B; }

 p { color: rgb(174,130,123); }

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

background-color css

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

 a { background-color: rgb(174,130,123); }

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

border-color css

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

 span { border-color: rgb(174,130,123); }

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