Html Css Color HEX #A08A3E Luxor Gold

📋 copy color: '#A08A3E'

red 160 ◦ green 138 ◦ blue 62

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

Shades of Luxor Gold #A08A3E

Tints of Luxor Gold #A08A3E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.33%

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

R = 44.44%
G = 38.33%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A08A3E (or 0xA08A3E) is known color: Luxor Gold. HEX triplet: A0, 8A and 3E. RGB value is (160,138,62). Sum of RGB (Red+Green+Blue) = 160+138+62=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 138 (54.30% from 255 or 38.33% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A08A3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08A3E is #5F75C1. Grayscale: #888888. Windows color (decimal): -6256066 or 4098720. OLE color: 4098720.

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

Color convert

RGB 160 138 62 -
CMYK 0 0.14 0.61 0.37
HSL 46.53º 0.44% 0.44% -
HSV(B) 46.53º 0.61% 0.63% -
XYZ 24.46 26 8.29 -
YUV 135.91 86.29 145.18 -
System Red Green Blue C M Y K H S L
Decimal 160 138 62 0 0.14 0.61 0.37 46.53 0.44 0.44
Hex A0 8A 3E 0 E 3D 25 2F 2C 2C
Octal 240 212 76 0 16 75 45 57 54 54
Binary 10100000 10001010 111110 0 1110 111101 100101 101111 101100 101100

Color Harmonies of #A08A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08A3E

Black with #A08A3E

Text Example


Text Example

White with #A08A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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