Html Css Color HEX #A98277 Brandy Rose

📋 copy color: '#A98277'

red 169 ◦ green 130 ◦ blue 119

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

Shades of Brandy Rose #A98277

Tints of Brandy Rose #A98277

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.1%

 BLUE value IS 119 (46.88% from 255) = 28.47%

R = 40.43%
G = 31.1%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A98277 (or 0xA98277) is known color: Brandy Rose. HEX triplet: A9, 82 and 77. RGB value is (169,130,119). Sum of RGB (Red+Green+Blue) = 169+130+119=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A98277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98277 is #567D88. Grayscale: #8C8C8C. Windows color (decimal): -5668233 or 7832233. OLE color: 7832233.

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

Color convert

RGB 169 130 119 -
CMYK 0 0.23 0.30 0.34
HSL 13.2º 0.23% 0.56% -
HSV(B) 13.2º 0.3% 0.66% -
XYZ 27.67 25.73 20.96 -
YUV 140.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 169 130 119 0 0.23 0.30 0.34 13.2 0.23 0.56
Hex A9 82 77 0 17 1E 22 D 17 38
Octal 251 202 167 0 27 36 42 15 27 70
Binary 10101001 10000010 1110111 0 10111 11110 100010 1101 10111 111000

Color Harmonies of #A98277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98277

Black with #A98277

Text Example


Text Example

White with #A98277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98277; }

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

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

background-color css

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

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

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

border-color css

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

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

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