Html Css Color HEX #A08641 Luxor Gold

📋 copy color: '#A08641'

red 160 ◦ green 134 ◦ blue 65

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

Shades of Luxor Gold #A08641

Tints of Luxor Gold #A08641

RGB

 RED value IS 160 (62.89% from 255) = 44.57%

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

 BLUE value IS 65 (25.78% from 255) = 18.11%

R = 44.57%
G = 37.33%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A08641 (or 0xA08641) is known color: Luxor Gold. HEX triplet: A0, 86 and 41. RGB value is (160,134,65). Sum of RGB (Red+Green+Blue) = 160+134+65=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A08641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08641 is #5F79BE. Grayscale: #868686. Windows color (decimal): -6257087 or 4294304. OLE color: 4294304.

HSL color Cylindrical-coordinate representation of color #A08641: hue angle of 43.58º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A08641 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 134 65 -
CMYK 0 0.16 0.59 0.37
HSL 43.58º 0.42% 0.44% -
HSV(B) 43.58º 0.59% 0.63% -
XYZ 23.98 24.91 8.54 -
YUV 133.91 89.11 146.61 -
System Red Green Blue C M Y K H S L
Decimal 160 134 65 0 0.16 0.59 0.37 43.58 0.42 0.44
Hex A0 86 41 0 10 3B 25 2C 2A 2C
Octal 240 206 101 0 20 73 45 54 52 54
Binary 10100000 10000110 1000001 0 10000 111011 100101 101100 101010 101100

Color Harmonies of #A08641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08641

Black with #A08641

Text Example


Text Example

White with #A08641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08641; }

 p { color: rgb(160,134,65); }

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

background-color css

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

 a { background-color: rgb(160,134,65); }

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

border-color css

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

 span { border-color: rgb(160,134,65); }

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