Html Css Color HEX #A98982 Brandy Rose

📋 copy color: '#A98982'

red 169 ◦ green 137 ◦ blue 130

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

Shades of Brandy Rose #A98982

Tints of Brandy Rose #A98982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.42%

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

R = 38.76%
G = 31.42%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A98982 (or 0xA98982) is known color: Brandy Rose. HEX triplet: A9, 89 and 82. RGB value is (169,137,130). Sum of RGB (Red+Green+Blue) = 169+137+130=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A98982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98982 is #56767D. Grayscale: #919191. Windows color (decimal): -5666430 or 8554921. OLE color: 8554921.

HSL color Cylindrical-coordinate representation of color #A98982: hue angle of 10.77º 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 #A98982 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 137 130 -
CMYK 0 0.19 0.23 0.34
HSL 10.77º 0.18% 0.59% -
HSV(B) 10.77º 0.23% 0.66% -
XYZ 29.34 27.94 24.97 -
YUV 145.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 169 137 130 0 0.19 0.23 0.34 10.77 0.18 0.59
Hex A9 89 82 0 13 17 22 B 12 3B
Octal 251 211 202 0 23 27 42 13 22 73
Binary 10101001 10001001 10000010 0 10011 10111 100010 1011 10010 111011

Color Harmonies of #A98982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98982

Black with #A98982

Text Example


Text Example

White with #A98982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98982; }

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

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

background-color css

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

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

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

border-color css

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

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

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