Html Css Color HEX #A98274 Brandy Rose

📋 copy color: '#A98274'

red 169 ◦ green 130 ◦ blue 116

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

Shades of Brandy Rose #A98274

Tints of Brandy Rose #A98274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.95%

R = 40.72%
G = 31.33%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A98274 (or 0xA98274) is known color: Brandy Rose. HEX triplet: A9, 82 and 74. RGB value is (169,130,116). Sum of RGB (Red+Green+Blue) = 169+130+116=415 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.72% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 169 - color contains mainly: red. Hex color #A98274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98274 is #567D8B. Grayscale: #8C8C8C. Windows color (decimal): -5668236 or 7635625. OLE color: 7635625.

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

Color convert

RGB 169 130 116 -
CMYK 0 0.23 0.31 0.34
HSL 15.85º 0.24% 0.56% -
HSV(B) 15.85º 0.31% 0.66% -
XYZ 27.5 25.66 20.03 -
YUV 140.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 169 130 116 0 0.23 0.31 0.34 15.85 0.24 0.56
Hex A9 82 74 0 17 1F 22 10 18 38
Octal 251 202 164 0 27 37 42 20 30 70
Binary 10101001 10000010 1110100 0 10111 11111 100010 10000 11000 111000

Color Harmonies of #A98274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98274

Black with #A98274

Text Example


Text Example

White with #A98274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98274; }

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

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

background-color css

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

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

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

border-color css

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

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

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