Html Css Color HEX #A98582 Brandy Rose

📋 copy color: '#A98582'

red 169 ◦ green 133 ◦ blue 130

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

Shades of Brandy Rose #A98582

Tints of Brandy Rose #A98582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.79%

 BLUE value IS 130 (51.17% from 255) = 30.09%

R = 39.12%
G = 30.79%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A98582 (or 0xA98582) is known color: Brandy Rose. HEX triplet: A9, 85 and 82. RGB value is (169,133,130). Sum of RGB (Red+Green+Blue) = 169+133+130=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A98582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98582 is #567A7D. Grayscale: #8F8F8F. Windows color (decimal): -5667454 or 8553897. OLE color: 8553897.

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

Color convert

RGB 169 133 130 -
CMYK 0 0.21 0.23 0.34
HSL 4.62º 0.18% 0.59% -
HSV(B) 4.62º 0.23% 0.66% -
XYZ 28.78 26.82 24.78 -
YUV 143.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 169 133 130 0 0.21 0.23 0.34 4.62 0.18 0.59
Hex A9 85 82 0 15 17 22 5 12 3B
Octal 251 205 202 0 25 27 42 5 22 73
Binary 10101001 10000101 10000010 0 10101 10111 100010 101 10010 111011

Color Harmonies of #A98582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98582

Black with #A98582

Text Example


Text Example

White with #A98582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98582; }

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

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

background-color css

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

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

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

border-color css

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

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

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