Html Css Color HEX #A98C82 Brandy Rose

📋 copy color: '#A98C82'

red 169 ◦ green 140 ◦ blue 130

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

Shades of Brandy Rose #A98C82

Tints of Brandy Rose #A98C82

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.89%

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

R = 38.5%
G = 31.89%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.34

RGB Variations

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

Color information

#A98C82 (or 0xA98C82) is known color: Brandy Rose. HEX triplet: A9, 8C and 82. RGB value is (169,140,130). Sum of RGB (Red+Green+Blue) = 169+140+130=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98C82 is #56737D. Grayscale: #939393. Windows color (decimal): -5665662 or 8555689. OLE color: 8555689.

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

Color convert

RGB 169 140 130 -
CMYK 0 0.17 0.23 0.34
HSL 15.38º 0.18% 0.59% -
HSV(B) 15.38º 0.23% 0.66% -
XYZ 29.77 28.8 25.11 -
YUV 147.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 169 140 130 0 0.17 0.23 0.34 15.38 0.18 0.59
Hex A9 8C 82 0 11 17 22 F 12 3B
Octal 251 214 202 0 21 27 42 17 22 73
Binary 10101001 10001100 10000010 0 10001 10111 100010 1111 10010 111011

Color Harmonies of #A98C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98C82

Black with #A98C82

Text Example


Text Example

White with #A98C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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