Html Css Color HEX #A9827B Brandy Rose

📋 copy color: '#A9827B'

red 169 ◦ green 130 ◦ blue 123

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

Shades of Brandy Rose #A9827B

Tints of Brandy Rose #A9827B

RGB

 RED value IS 169 (66.41% from 255) = 40.05%

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

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

R = 40.05%
G = 30.81%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A9827B (or 0xA9827B) is known color: Brandy Rose. HEX triplet: A9, 82 and 7B. RGB value is (169,130,123). Sum of RGB (Red+Green+Blue) = 169+130+123=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 123 (48.44% from 255 or 29.15% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A9827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9827B is #567D84. Grayscale: #8C8C8C. Windows color (decimal): -5668229 or 8094377. OLE color: 8094377.

HSL color Cylindrical-coordinate representation of color #A9827B: hue angle of 9.13º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9827B is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 130 123 -
CMYK 0 0.23 0.27 0.34
HSL 9.13º 0.21% 0.57% -
HSV(B) 9.13º 0.27% 0.66% -
XYZ 27.92 25.83 22.25 -
YUV 140.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 169 130 123 0 0.23 0.27 0.34 9.13 0.21 0.57
Hex A9 82 7B 0 17 1B 22 9 15 39
Octal 251 202 173 0 27 33 42 11 25 71
Binary 10101001 10000010 1111011 0 10111 11011 100010 1001 10101 111001

Color Harmonies of #A9827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9827B

Black with #A9827B

Text Example


Text Example

White with #A9827B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9827B; }

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

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

background-color css

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

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

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

border-color css

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

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

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