Html Css Color HEX #A08341 Luxor Gold

📋 copy color: '#A08341'

red 160 ◦ green 131 ◦ blue 65

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

Shades of Luxor Gold #A08341

Tints of Luxor Gold #A08341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

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

R = 44.94%
G = 36.8%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A08341 (or 0xA08341) is known color: Luxor Gold. HEX triplet: A0, 83 and 41. RGB value is (160,131,65). Sum of RGB (Red+Green+Blue) = 160+131+65=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 65 (25.78% from 255 or 18.26% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A08341 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08341 is #5F7CBE. Grayscale: #848484. Windows color (decimal): -6257855 or 4293536. OLE color: 4293536.

HSL color Cylindrical-coordinate representation of color #A08341: hue angle of 41.68º 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 #A08341 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 131 65 -
CMYK 0 0.18 0.59 0.37
HSL 41.68º 0.42% 0.44% -
HSV(B) 41.68º 0.59% 0.63% -
XYZ 23.57 24.09 8.41 -
YUV 132.15 90.11 147.87 -
System Red Green Blue C M Y K H S L
Decimal 160 131 65 0 0.18 0.59 0.37 41.68 0.42 0.44
Hex A0 83 41 0 12 3B 25 2A 2A 2C
Octal 240 203 101 0 22 73 45 52 52 54
Binary 10100000 10000011 1000001 0 10010 111011 100101 101010 101010 101100

Color Harmonies of #A08341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08341

Black with #A08341

Text Example


Text Example

White with #A08341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08341; }

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

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

background-color css

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

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

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

border-color css

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

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

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