Html Css Color HEX #8A8649 Highball

📋 copy color: '#8A8649'

red 138 ◦ green 134 ◦ blue 73

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

Shades of Highball #8A8649

Tints of Highball #8A8649

RGB

 RED value IS 138 (54.3% from 255) = 40%

 GREEN value IS 134 (52.73% from 255) = 38.84%

 BLUE value IS 73 (28.91% from 255) = 21.16%

R = 40%
G = 38.84%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#8A8649 (or 0x8A8649) is known color: Highball. HEX triplet: 8A, 86 and 49. RGB value is (138,134,73). Sum of RGB (Red+Green+Blue) = 138+134+73=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8649 is #7579B6. Grayscale: #808080. Windows color (decimal): -7698871 or 4818570. OLE color: 4818570.

HSL color Cylindrical-coordinate representation of color #8A8649: hue angle of 56.31º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A8649 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 134 73 -
CMYK 0 0.03 0.47 0.46
HSL 56.31º 0.31% 0.41% -
HSV(B) 56.31º 0.47% 0.54% -
XYZ 20.21 22.93 9.67 -
YUV 128.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 138 134 73 0 0.03 0.47 0.46 56.31 0.31 0.41
Hex 8A 86 49 0 3 2F 2E 38 1F 29
Octal 212 206 111 0 3 57 56 70 37 51
Binary 10001010 10000110 1001001 0 11 101111 101110 111000 11111 101001

Color Harmonies of #8A8649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8649

Black with #8A8649

Text Example


Text Example

White with #8A8649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A8649; }

 p { color: rgb(138,134,73); }

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

background-color css

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

 a { background-color: rgb(138,134,73); }

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

border-color css

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

 span { border-color: rgb(138,134,73); }

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