Html Css Color HEX #A08C44 Luxor Gold

📋 copy color: '#A08C44'

red 160 ◦ green 140 ◦ blue 68

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

Shades of Luxor Gold #A08C44

Tints of Luxor Gold #A08C44

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.04%

 BLUE value IS 68 (26.95% from 255) = 18.48%

R = 43.48%
G = 38.04%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A08C44 (or 0xA08C44) is known color: Luxor Gold. HEX triplet: A0, 8C and 44. RGB value is (160,140,68). Sum of RGB (Red+Green+Blue) = 160+140+68=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 68 (26.95% from 255 or 18.48% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A08C44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A08C44 is #5F73BB. Grayscale: #8A8A8A. Windows color (decimal): -6255548 or 4492448. OLE color: 4492448.

HSL color Cylindrical-coordinate representation of color #A08C44: hue angle of 46.96º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A08C44 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 140 68 -
CMYK 0 0.12 0.57 0.37
HSL 46.96º 0.4% 0.45% -
HSV(B) 46.96º 0.58% 0.63% -
XYZ 24.92 26.65 9.3 -
YUV 137.77 88.63 143.85 -
System Red Green Blue C M Y K H S L
Decimal 160 140 68 0 0.12 0.57 0.37 46.96 0.4 0.45
Hex A0 8C 44 0 C 39 25 2F 28 2D
Octal 240 214 104 0 14 71 45 57 50 55
Binary 10100000 10001100 1000100 0 1100 111001 100101 101111 101000 101101

Color Harmonies of #A08C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08C44

Black with #A08C44

Text Example


Text Example

White with #A08C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08C44; }

 p { color: rgb(160,140,68); }

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

background-color css

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

 a { background-color: rgb(160,140,68); }

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

border-color css

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

 span { border-color: rgb(160,140,68); }

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