Html Css Color HEX #A08B3E Luxor Gold

📋 copy color: '#A08B3E'

red 160 ◦ green 139 ◦ blue 62

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

Shades of Luxor Gold #A08B3E

Tints of Luxor Gold #A08B3E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 38.5%

 BLUE value IS 62 (24.61% from 255) = 17.17%

R = 44.32%
G = 38.5%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A08B3E (or 0xA08B3E) is known color: Luxor Gold. HEX triplet: A0, 8B and 3E. RGB value is (160,139,62). Sum of RGB (Red+Green+Blue) = 160+139+62=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A08B3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08B3E is #5F74C1. Grayscale: #888888. Windows color (decimal): -6255810 or 4098976. OLE color: 4098976.

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

Color convert

RGB 160 139 62 -
CMYK 0 0.13 0.61 0.37
HSL 47.14º 0.44% 0.44% -
HSV(B) 47.14º 0.61% 0.63% -
XYZ 24.6 26.29 8.33 -
YUV 136.5 85.96 144.76 -
System Red Green Blue C M Y K H S L
Decimal 160 139 62 0 0.13 0.61 0.37 47.14 0.44 0.44
Hex A0 8B 3E 0 D 3D 25 2F 2C 2C
Octal 240 213 76 0 15 75 45 57 54 54
Binary 10100000 10001011 111110 0 1101 111101 100101 101111 101100 101100

Color Harmonies of #A08B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08B3E

Black with #A08B3E

Text Example


Text Example

White with #A08B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08B3E; }

 p { color: rgb(160,139,62); }

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

background-color css

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

 a { background-color: rgb(160,139,62); }

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

border-color css

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

 span { border-color: rgb(160,139,62); }

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