Html Css Color HEX #A9817D Brandy Rose

📋 copy color: '#A9817D'

red 169 ◦ green 129 ◦ blue 125

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

Shades of Brandy Rose #A9817D

Tints of Brandy Rose #A9817D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.5%

 BLUE value IS 125 (49.22% from 255) = 29.55%

R = 39.95%
G = 30.5%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A9817D (or 0xA9817D) is known color: Brandy Rose. HEX triplet: A9, 81 and 7D. RGB value is (169,129,125). Sum of RGB (Red+Green+Blue) = 169+129+125=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A9817D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9817D is #567E82. Grayscale: #8C8C8C. Windows color (decimal): -5668483 or 8225193. OLE color: 8225193.

HSL color Cylindrical-coordinate representation of color #A9817D: hue angle of 5.45º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9817D is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 129 125 -
CMYK 0 0.24 0.26 0.34
HSL 5.45º 0.2% 0.58% -
HSV(B) 5.45º 0.26% 0.66% -
XYZ 27.91 25.62 22.88 -
YUV 140.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 169 129 125 0 0.24 0.26 0.34 5.45 0.2 0.58
Hex A9 81 7D 0 18 1A 22 5 14 3A
Octal 251 201 175 0 30 32 42 5 24 72
Binary 10101001 10000001 1111101 0 11000 11010 100010 101 10100 111010

Color Harmonies of #A9817D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9817D

Black with #A9817D

Text Example


Text Example

White with #A9817D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9817D; }

 p { color: rgb(169,129,125); }

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

background-color css

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

 a { background-color: rgb(169,129,125); }

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

border-color css

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

 span { border-color: rgb(169,129,125); }

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