Html Css Color HEX #9A8647 Luxor Gold

📋 copy color: '#9A8647'

red 154 ◦ green 134 ◦ blue 71

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

Shades of Luxor Gold #9A8647

Tints of Luxor Gold #9A8647

RGB

 RED value IS 154 (60.55% from 255) = 42.9%

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

 BLUE value IS 71 (28.13% from 255) = 19.78%

R = 42.9%
G = 37.33%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#9A8647 (or 0x9A8647) is known color: Luxor Gold. HEX triplet: 9A, 86 and 47. RGB value is (154,134,71). Sum of RGB (Red+Green+Blue) = 154+134+71=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 154 - color contains mainly: red. Hex color #9A8647 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A8647 is #6579B8. Grayscale: #858585. Windows color (decimal): -6650297 or 4687514. OLE color: 4687514.

HSL color Cylindrical-coordinate representation of color #9A8647: hue angle of 45.54º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A8647 is Cyan = 0, Magento = 0.13, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 134 71 -
CMYK 0 0.13 0.54 0.40
HSL 45.54º 0.37% 0.44% -
HSV(B) 45.54º 0.54% 0.6% -
XYZ 22.99 24.38 9.45 -
YUV 132.8 93.13 143.12 -
System Red Green Blue C M Y K H S L
Decimal 154 134 71 0 0.13 0.54 0.40 45.54 0.37 0.44
Hex 9A 86 47 0 D 36 28 2E 25 2C
Octal 232 206 107 0 15 66 50 56 45 54
Binary 10011010 10000110 1000111 0 1101 110110 101000 101110 100101 101100

Color Harmonies of #9A8647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A8647

Black with #9A8647

Text Example


Text Example

White with #9A8647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A8647; }

 p { color: rgb(154,134,71); }

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

background-color css

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

 a { background-color: rgb(154,134,71); }

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

border-color css

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

 span { border-color: rgb(154,134,71); }

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