Html Css Color HEX #A98375 Brandy Rose

📋 copy color: '#A98375'

red 169 ◦ green 131 ◦ blue 117

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

Shades of Brandy Rose #A98375

Tints of Brandy Rose #A98375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.41%

 BLUE value IS 117 (46.09% from 255) = 28.06%

R = 40.53%
G = 31.41%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A98375 (or 0xA98375) is known color: Brandy Rose. HEX triplet: A9, 83 and 75. RGB value is (169,131,117). Sum of RGB (Red+Green+Blue) = 169+131+117=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A98375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98375 is #567C8A. Grayscale: #8C8C8C. Windows color (decimal): -5667979 or 7701417. OLE color: 7701417.

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

Color convert

RGB 169 131 117 -
CMYK 0 0.22 0.31 0.34
HSL 16.15º 0.23% 0.56% -
HSV(B) 16.15º 0.31% 0.66% -
XYZ 27.69 25.95 20.38 -
YUV 140.77 114.59 148.14 -
System Red Green Blue C M Y K H S L
Decimal 169 131 117 0 0.22 0.31 0.34 16.15 0.23 0.56
Hex A9 83 75 0 16 1F 22 10 17 38
Octal 251 203 165 0 26 37 42 20 27 70
Binary 10101001 10000011 1110101 0 10110 11111 100010 10000 10111 111000

Color Harmonies of #A98375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98375

Black with #A98375

Text Example


Text Example

White with #A98375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98375; }

 p { color: rgb(169,131,117); }

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

background-color css

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

 a { background-color: rgb(169,131,117); }

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

border-color css

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

 span { border-color: rgb(169,131,117); }

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